|
Bayonne2 / Common C++ 2 Framework
|
substitute functions which may be missing in target platform libc. More...
#include <cc++/config.h>#include <cc++/strchar.h>#include <ctime>#include <fstream>#include <iostream>#include <strstream>

Go to the source code of this file.
Functions | |
| __EXPORT void * | memmove (char *dest, const char *source, size_t length) |
| __EXPORT char * | strdup (const char *str) |
| __EXPORT int | lockf (int fd, int mode, long offset) |
| char * | strtok_r (char *s, const char *d, char **x) |
substitute functions which may be missing in target platform libc.
Definition in file missing.h.
| __EXPORT int lockf | ( | int | fd, |
| int | mode, | ||
| long | offset | ||
| ) |
| __EXPORT void* memmove | ( | char * | dest, |
| const char * | source, | ||
| size_t | length | ||
| ) |
| __EXPORT char* strdup | ( | const char * | str | ) |
1.8.6