|
Defines |
#define | SWIPRINTF_API extern "C" |
#define | SWIswscanf swscanf |
Functions |
*SWIPRINTF_API int | SWIfprintf (FILE *file, const char *format,...) |
SWIPRINTF_API int | SWIfwprintf (FILE *file, const wchar_t *format,...) |
SWIPRINTF_API int | SWIsprintf (char *str, size_t maxlen, const char *format,...) |
SWIPRINTF_API int | SWIswprintf (wchar_t *wcs, size_t maxlen, const wchar_t *format,...) |
SWIPRINTF_API int | SWIvsprintf (char *str, size_t maxlen, const char *format, va_list args) |
SWIPRINTF_API int | SWIvswprintf (wchar_t *wcs, size_t maxlen, const wchar_t *format, va_list args) |
SWIPRINTF_API wchar_t * | SWIfgetws (wchar_t *ws, int n, FILE *stream) |