ReactOS 0.4.16-dev-329-g9223134
|
#include <stdio.h>
#include <stdarg.h>
#include <limits.h>
#include <tchar.h>
Go to the source code of this file.
Macros | |
#define | _tstreamout streamout |
#define | min(a, b) (((a) < (b)) ? (a) : (b)) |
Functions | |
int __cdecl | _tstreamout (FILE *stream, const _TCHAR *format, va_list argptr) |
int __cdecl | _sxprintf (_TCHAR *buffer, const _TCHAR *format,...) |
Definition at line 20 of file _sxprintf.c.
Definition at line 33 of file _sxprintf.c.