mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 08:43:28 +00:00
65ce146169
svn path=/branches/ros-csrss/; revision=57561
11 lines
306 B
C
11 lines
306 B
C
/*
|
|
* 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"
|