OpenMPI  0.1.1
OTF_Platform_unix.h File Reference

Deals with platform dependend issues. More...

#include <stdarg.h>
#include <stdlib.h>
#include <limits.h>

Go to the source code of this file.

Macros

#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
 

Functions

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)
 

Detailed Description

Deals with platform dependend issues.