RUI3 (RAK Unified Interface 3) - RAK4631
WString.h File Reference

Go to the source code of this file.

Data Structures

class  String
 
class  StringSumHelper
 

Macros

#define BUFSIZE   (sizeof(long) * 8 + 1)
 
#define strcpy_P(dest, src)   strcpy((dest), (src))
 
#define strncpy_P(dest, src, size)   strncpy((dest), (src), (size))
 
#define strstr_P(a, b)   strstr((a), (b))
 
#define strlen_P(a)   strlen((a))
 
#define sprintf_P(s, f, ...)   sprintf((s), (f), __VA_ARGS__)
 

Macro Definition Documentation

◆ BUFSIZE

#define BUFSIZE   (sizeof(long) * 8 + 1)

◆ strcpy_P

#define strcpy_P (   dest,
  src 
)    strcpy((dest), (src))

◆ strncpy_P

#define strncpy_P (   dest,
  src,
  size 
)    strncpy((dest), (src), (size))

◆ strstr_P

#define strstr_P (   a,
 
)    strstr((a), (b))

◆ strlen_P

#define strlen_P (   a)    strlen((a))

◆ sprintf_P

#define sprintf_P (   s,
  f,
  ... 
)    sprintf((s), (f), __VA_ARGS__)