Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals   Related Pages   Examples  

Miscellaneous Functions
[C Runtime Library.]

Complementary runtime support. More...

Defines

#define EEPROM_READ(addr, dst)
 Read multibyte types from the EEPROM.

#define EEPROM_WRITE(addr, src)
 Write multibyte types to the EEPROM.


Functions

char * strsep_r (char **pp_str, const char *p_delim)
 Thread safe version of strsep.

char * strtok_r (char **pp_str, const char *p_delim)
 Thread safe version of strtok.


Detailed Description

Complementary runtime support.


Define Documentation

#define EEPROM_READ addr,
dst   
 

Read multibyte types from the EEPROM.

#define EEPROM_WRITE addr,
src   
 

Write multibyte types to the EEPROM.


Function Documentation

char* strsep_r char **    pp_str,
const char *    p_delim
 

Thread safe version of strsep.

char* strtok_r char **    pp_str,
const char *    p_delim
 

Thread safe version of strtok.


© 2000-2003 by egnite Software GmbH - visit http://www.ethernut.de/