logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

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

GNU CommonC++                                    Sun Dec 27 2020                                    missing.h(3)

Detailed Description

       substitute functions which may be missing in target platform libc.

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>

   NamespacesostFunctions__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)

See Also