#include <cc++/config.h>#include <cc++/strchar.h>#include <fstream>#include <iostream>#include <ctime>#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)\ |
| tm * | localtime_r (const time_t *t, struct tm *b)\ |
| char * | ctime_r (const time_t *t, char *buf)\ |
| tm * | gmtime_r (const time_t *t, struct tm *b)\ |
| char * | asctime_r (const struct tm *tm, char *b)\ |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
|
1.3.5