xref: /reactos/sdk/lib/crt/printf/_snprintf.c (revision c2c66aff)
1 /*
2  * COPYRIGHT:       GNU GPL, see COPYING in the top level directory
3  * PROJECT:         ReactOS crt library
4  * FILE:            lib/sdk/crt/printf/_snprintf.c
5  * PURPOSE:         Implementation of _snprintf
6  * PROGRAMMER:      Timo Kreuzer
7  */
8 
9 #define _sxprintf _snprintf
10 #define USE_COUNT 1
11 
12 #include "_sxprintf.c"
13