Deals with platform dependend issues.
More...
#include <stdarg.h>
#include <stdlib.h>
#include <limits.h>
Go to the source code of this file.
|
|
#define | OTF_PATH_MAX 256 |
| |
|
#define | fseeko fseek |
| |
|
#define | ftello ftell |
| |
|
#define | asprintf OTF_asprintf |
| |
|
#define | snprintf OTF_snprintf |
| |
|
#define | vasprintf OTF_vasprintf |
| |
|
#define | vsnprintf OTF_vsnprintf |
| |
|
#define | strdup OTF_strdup |
| |
|
|
int | OTF_asprintf (char **ptr, const char *fmt,...) |
| |
|
int | OTF_snprintf (char *str, size_t size, const char *fmt,...) |
| |
|
int | OTF_vasprintf (char **ptr, const char *fmt, va_list ap) |
| |
|
int | OTF_vsnprintf (char *str, size_t size, const char *fmt, va_list ap) |
| |
|
char * | OTF_strdup (const char *s) |
| |
Deals with platform dependend issues.