gmerlin
Modules
Utilities

Utility functions. More...

Modules

 Filesystem support
 Functions for files and directories.
 
 String utilities
 String utilities.
 
 Misc stuff
 
 Charset utilities
 
 Subprocesses
 Subprocesses with pipable stdin, stdout and stderr.
 

Detailed Description

Utility functions.

These are lots of utility functions, which should be used, whereever possible, instead of their libc counterparts (if any). That's because they also handle portability issues, ans it's easier to make one single function portable (with #ifdefs if necessary) and use it throughout the code.