w16callb.c File Reference


Functions

void PR_MDRegisterCallbacks (struct PRMethodCallbackStr *f)
int PR_MD_printf (const char *fmt,...)
int PR_MD_sscanf (const char *buf, const char *fmt,...)
size_t PR_MD_strftime (char *s, size_t len, const char *fmt, const struct tm *p)
void * PR_MD_malloc (size_t size)
void * PR_MD_calloc (size_t n, size_t size)
void * PR_MD_realloc (void *old_blk, size_t size)
void PR_MD_free (void *ptr)
charPR_MD_getenv (const char *name)
void PR_MD_perror (const char *prefix)
int PR_MD_putenv (const char *assoc)
int PR_MD_fprintf (FILE *fPtr, const char *fmt,...)

Variables

struct PRMethodCallbackStr_pr_callback_funcs


Function Documentation

void PR_MDRegisterCallbacks ( struct PRMethodCallbackStr f  ) 

int PR_MD_printf ( const char fmt,
  ... 
)

int PR_MD_sscanf ( const char buf,
const char fmt,
  ... 
)

size_t PR_MD_strftime ( char s,
size_t  len,
const char fmt,
const struct tm p 
)

void* PR_MD_malloc ( size_t  size  ) 

void* PR_MD_calloc ( size_t  n,
size_t  size 
)

void* PR_MD_realloc ( void *  old_blk,
size_t  size 
)

void PR_MD_free ( void *  ptr  ) 

char* PR_MD_getenv ( const char name  ) 

void PR_MD_perror ( const char prefix  ) 

int PR_MD_putenv ( const char assoc  ) 

int PR_MD_fprintf ( FILE *  fPtr,
const char fmt,
  ... 
)


Variable Documentation


Generated Mozilla by doxygen 1.5.6