X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;ds=sidebyside;f=functions%2Fstdio%2Fsetvbuf.c;h=0cd942285553ae77ec6ce9ff59b8efc871b61ce0;hb=e1c526e9bad3f6e69391e94059096145390508d3;hp=b07d87e3f847e32de5927b260f7c818a62571f0a;hpb=6608f7d9a9a3326666d825de38fdd216a9ddf049;p=pdclib diff --git a/functions/stdio/setvbuf.c b/functions/stdio/setvbuf.c index b07d87e..0cd9422 100644 --- a/functions/stdio/setvbuf.c +++ b/functions/stdio/setvbuf.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* setvbuf( FILE *, char *, int, size_t ) This file is part of the Public Domain C Library (PDCLib).