1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-07-09 07:48:03 +00:00
reactos/lib/sdk/crt/stdio/_flswbuf.c

12 lines
306 B
C
Raw Normal View History

/*
* COPYRIGHT: GNU GPL, see COPYING in the top level directory
* PROJECT: ReactOS crt library
* FILE: lib/sdk/crt/stdio/_flswbuf
* PURPOSE: Implementation of _flswbuf
* PROGRAMMER: Timo Kreuzer
*/
#define _UNICODE
#define _flsbuf _flswbuf
#include "_flsbuf.c"