Go to the documentation of this file.
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