X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Ffputc.c;h=d17c936c365e35d1757ba91befdffd7835127e0a;hb=c8f799d852e3698468a78954d82588e841cc0b70;hp=a89d2984b7ab57cd60ba6a33259eaf094775b14f;hpb=e5456e3c2697c4e17fc9aa3439f2e305517b4d96;p=pdclib.old diff --git a/functions/stdio/fputc.c b/functions/stdio/fputc.c index a89d298..d17c936 100644 --- a/functions/stdio/fputc.c +++ b/functions/stdio/fputc.c @@ -1,9 +1,9 @@ -// ---------------------------------------------------------------------------- -// $Id$ -// ---------------------------------------------------------------------------- -// Public Domain C Library - http://pdclib.sourceforge.net -// This code is Public Domain. Use, modify, and redistribute at will. -// ---------------------------------------------------------------------------- +/* ---------------------------------------------------------------------------- + * $Id$ + * ---------------------------------------------------------------------------- + * Public Domain C Library - http://pdclib.sourceforge.net + * This code is Public Domain. Use, modify, and redistribute at will. + * --------------------------------------------------------------------------*/ int fputc( int c, FILE * stream ) { /* TODO */ };