44 #ifndef CCXX_MISSING_H_ 45 #define CCXX_MISSING_H_ 47 #ifndef CCXX_CONFIG_H_ 51 #ifndef CCXX_STRCHAR_H_ 78 #define ostream ostream_withassign 85 #ifdef CCXX_NAMESPACES 89 #ifndef HAVE_GETTIMEOFDAY 91 #define HAVE_GETTIMEOFDAY 92 __EXPORT int gettimeofday(
struct timeval *tv_,
void *tz_);
96 #ifdef HAVE_GETTIMEOFDAY 100 __EXPORT unsigned long getTicks(
void);
116 #ifndef HAVE_STRTOK_R 118 inline char *
strtok_r(
char *s,
const char *d,
char **x) \
119 {
return strtok(s, d);};
123 #ifdef CCXX_NAMESPACES __EXPORT char * strdup(const char *str)
#define __EXPORT
Definition: config.h:980
__EXPORT void * memmove(char *dest, const char *source, size_t length)
Common and portable character string related functions.
__EXPORT int lockf(int fd, int mode, long offset)
char * strtok_r(char *s, const char *d, char **x)
Definition: missing.h:118