IMPORT_C void | _cleanup_r | ( | struct _reent * | ) |
Reentrant versions of the <stdio.h> functions
A reentrant version of _cleanup().
A reentrant version of fopen().
A reentrant version of wfopen().
IMPORT_C int | _iprintf_r | ( | struct _reent * | , |
const char * | , | |||
... | ||||
) |
IMPORT_C int | _mkstemp_r | ( | struct _reent * | , |
char * | ||||
) |
IMPORT_C char * | _mktemp_r | ( | struct _reent * | , |
char * | ||||
) |
IMPORT_C int | _puts_r | ( | struct _reent * | , |
const char * | ||||
) |
Writes the given string to stdout, appending a newline.
IMPORT_C int | _sprintf_r | ( | struct _reent * | , |
char * | , | |||
const char * | , | |||
... | ||||
) |
A reentrant version of sprintf().
IMPORT_C char * | _tempnam_r | ( | struct _reent * | , |
char * | , | |||
char * | ||||
) |
Open a temporary file. Creates a temporary binary file for update. The filename is unique to avoid any conflict with existing files.
IMPORT_C int | _vfprintf_r | ( | struct _reent * | , |
FILE * | , | |||
const char * | , | |||
__e32_va_list | ||||
) |