Scroll to navigation

missing.h(3) Library Functions Manual missing.h(3)

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.

Sun Dec 27 2020 GNU CommonC++