Go to the documentation of this file.
43 #ifndef CCXX_MISSING_H_
44 #define CCXX_MISSING_H_
46 #ifndef CCXX_CONFIG_H_
50 #ifndef CCXX_STRCHAR_H_
77 #define ostream ostream_withassign
84 #ifdef CCXX_NAMESPACES
88 #ifndef HAVE_GETTIMEOFDAY
90 #define HAVE_GETTIMEOFDAY
91 __EXPORT int gettimeofday(
struct timeval *tv_,
void *tz_);
95 #ifdef HAVE_GETTIMEOFDAY
99 __EXPORT unsigned long getTicks(
void);
115 #ifndef HAVE_STRTOK_R
117 inline char *
strtok_r(
char *s,
const char *d,
char **x) \
118 {
return strtok(s, d);};
122 #ifdef CCXX_NAMESPACES