| 
    Jpp - the software that should make you happy
    
   | 
 
Go to the source code of this file.
Functions | |
| size_t | strlcpy (char *dst, const char *src, size_t size) | 
| size_t | strlcat (char *dst, const char *src, size_t size) | 
| size_t strlcpy | ( | char * | dst, | 
| const char * | src, | ||
| size_t | size | ||
| ) | 
Definition at line 39 of file strlcpy.cc.
| size_t strlcat | ( | char * | dst, | 
| const char * | src, | ||
| size_t | size | ||
| ) | 
Definition at line 72 of file strlcpy.cc.
 1.8.5