ReactOS 0.4.15-dev-7958-gcd0bb1a
sprintf.c
Go to the documentation of this file.
1/*
2 * COPYRIGHT: GNU GPL, see COPYING in the top level directory
3 * PROJECT: ReactOS crt library
4 * FILE: lib/sdk/crt/printf/sprintf.c
5 * PURPOSE: Implementation of sprintf
6 * PROGRAMMER: Timo Kreuzer
7 */
8
9#define _sxprintf sprintf
10#define USE_COUNT 0
11
12#include "_sxprintf.c"