missing.h(3) | Library Functions Manual | missing.h(3) |
missing.h - substitute functions which may be missing in target platform libc.
#include <cc++/config.h>
#include <cc++/strchar.h>
#include <ctime>
#include <fstream>
#include <iostream>
#include <strstream>
ost
__EXPORT void * ost::memmove (char *dest, const char
*source, size_t length)
__EXPORT char * ost::strdup (const char *str)
__EXPORT int ost::lockf (int fd, int mode, long offset)
char * ost::strtok_r (char *s, const char *d, char **x)
substitute functions which may be missing in target platform libc.
Generated automatically by Doxygen for GNU CommonC++ from the source code.
Wed Oct 31 2018 | GNU CommonC++ |