Reactos
at master 13 lines 344 B view raw
1/* 2 * COPYRIGHT: GNU GPL, see COPYING in the top level directory 3 * PROJECT: ReactOS crt library 4 * FILE: lib/sdk/crt/printf/wsprintfA.c 5 * PURPOSE: Implementation of wsprintfA 6 * PROGRAMMER: Timo Kreuzer 7 */ 8 9#define _sxprintf wsprintfA 10#define USE_COUNT 0 11#define USER32_WSPRINTF 12 13#include "_sxprintf.c"