This is Unofficial EPICS BASE Doxygen Site
osiUnistd.h File Reference
#include <unistd.h>
#include <ieeefp.h>
#include <stdarg.h>
+ Include dependency graph for osiUnistd.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int putenv (char *)
 
char * strdup (const char *)
 
char * strtok_r (char *, const char *, char **)
 
int snprintf (char *str, size_t size, const char *format,...)
 
int vsnprintf (char *str, size_t size, const char *format, va_list ap)
 

Function Documentation

int putenv ( char *  )
int snprintf ( char *  str,
size_t  size,
const char *  format,
  ... 
)
char* strdup ( const char *  )
char* strtok_r ( char *  ,
const char *  ,
char **   
)
int vsnprintf ( char *  str,
size_t  size,
const char *  format,
va_list  ap 
)