Bayonne2 / Common C++ 2 Framework
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
missing.h File Reference

substitute functions which may be missing in target platform libc. More...

#include <cc++/config.h>
#include <cc++/strchar.h>
#include <ctime>
#include <fstream>
#include <iostream>
#include <strstream>
Include dependency graph for missing.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

substitute functions which may be missing in target platform libc.

Definition in file missing.h.

Function Documentation

__EXPORT int lockf ( int  fd,
int  mode,
long  offset 
)
__EXPORT void* memmove ( char *  dest,
const char *  source,
size_t  length 
)
__EXPORT char* strdup ( const char *  str)
char* strtok_r ( char *  s,
const char *  d,
char **  x 
)
inline

Definition at line 118 of file missing.h.