44#ifndef CCXX_MISSING_H_
45#define CCXX_MISSING_H_
51#ifndef CCXX_STRCHAR_H_
78#define ostream ostream_withassign
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);
118inline char *
strtok_r(
char *s,
const char *d,
char **x) \
119 {
return strtok(s, d);};
123#ifdef CCXX_NAMESPACES
#define __EXPORT
Definition config.h:1045
__EXPORT void * memmove(char *dest, const char *source, size_t length)
char * strtok_r(char *s, const char *d, char **x)
Definition missing.h:118
__EXPORT int lockf(int fd, int mode, long offset)
__EXPORT char * strdup(const char *str)
Common and portable character string related functions.