4coder-non-source/test_data/lots_of_files/_flswbuf.c

24 lines
474 B
C

/***
*_flswbuf.c - flush buffer and output wide character.
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines _flswbuf() - flush a file buffer and output a wide character.
* If no buffer, make one.
*
*******************************************************************************/
#ifndef _UNICODE
#define _UNICODE 1
#endif /* _UNICODE */
#ifndef UNICODE
#define UNICODE 1
#endif /* UNICODE */
#include "_flsbuf.c"