mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
755d14eac4
- Add a test for sprintf/wsprintfA (mainly NULL buffer and string precision) svn path=/trunk/; revision=56823
4 lines
111 B
C
4 lines
111 B
C
#define sprintf wsprintfA
|
|
#define func_sprintf func_wsprintf
|
|
#define TEST_USER32 1
|
|
#include "../crt/sprintf.c"
|