Provided by: libcommoncpp2-doc_1.8.1-6.1_all bug

NAME

       missing.h - substitute functions which may be missing in target platform libc.

SYNOPSIS

       #include <cc++/config.h>
       #include <cc++/strchar.h>
       #include <ctime>
       #include <fstream>
       #include <iostream>
       #include <strstream>

   Namespaces
        ost

   Functions
       __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)

Detailed Description

       substitute functions which may be missing in target platform libc.

Author

       Generated automatically by Doxygen for GNU CommonC++ from the source code.