21 #ifndef TJUTILS_CONFIG_H
22 #define TJUTILS_CONFIG_H
23 #include <tjutils/config.h>
62 double acosh(
double x);
68 #define exp exp4vxworks
69 double exp4vxworks(
double x);
74 void *dlopen (
const char *filename,
int flag);
75 const char *dlerror(
void);
76 void *dlsym(
void *handle,
char *symbol);
77 int dlclose (
void *handle);
83 #define snprintf _snprintf