]> pd.if.org Git - pdclib/blob - functions/stdio/fputs.c
86abe11188058dd4566cac1c4775b0f07f9da256
[pdclib] / functions / stdio / fputs.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 int fputs( const char * restrict s, FILE * restrict stream ) { /* TODO */ };