RSeries astromech firmware
StringUtils.h File Reference

Go to the source code of this file.

Functions

int atoi (const char *cmd, int numdigits)
 
int32_t strtol (const char *cmd, const char **endptr)
 
uint32_t strtolu (const char *cmd, const char **endptr)
 
uint32_t strtolu (char *cmd, char **endptr)
 
bool startswith (const char *&cmd, const char *str)
 
bool startswith (char *&cmd, const char *str)
 
bool startswith_P (const char *&cmd, PROGMEMString str)
 

Function Documentation

◆ atoi()

int atoi ( const char *  cmd,
int  numdigits 
)

◆ startswith() [1/2]

bool startswith ( char *&  cmd,
const char *  str 
)

◆ startswith() [2/2]

bool startswith ( const char *&  cmd,
const char *  str 
)

◆ startswith_P()

bool startswith_P ( const char *&  cmd,
PROGMEMString  str 
)

◆ strtol()

int32_t strtol ( const char *  cmd,
const char **  endptr 
)

◆ strtolu() [1/2]

uint32_t strtolu ( char *  cmd,
char **  endptr 
)

◆ strtolu() [2/2]

uint32_t strtolu ( const char *  cmd,
const char **  endptr 
)