]> pd.if.org Git - pdclib/blob - functions/stdio/setbuf.c
6d689b0f3f0fc2f8fdf66fb7cba894abfbd1a318
[pdclib] / functions / stdio / setbuf.c
1 // ----------------------------------------------------------------------------
2 // $Id$
3 // ----------------------------------------------------------------------------
4 // Public Domain C Library - http://pdclib.sourceforge.net
5 // This code is Public Domain. Use, modify, and redistribute at will.
6 // ----------------------------------------------------------------------------
7
8 void setbuf( FILE * restrict stream, char * restrict buf ) { /* TODO */ };