X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;ds=sidebyside;f=functions%2Fstdio%2Fungetc.c;h=dd0295917e4af81cdee2334f33e4a90f73656e8e;hb=b1fc26afebd4d557ff89a44bc21767a8704c3809;hp=001735b533c04361648b2c3eb5475cdced99faac;hpb=9f87d9e27e74d9e06e0c93114ffd70a45ee152fa;p=pdclib diff --git a/functions/stdio/ungetc.c b/functions/stdio/ungetc.c index 001735b..dd02959 100644 --- a/functions/stdio/ungetc.c +++ b/functions/stdio/ungetc.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* ungetc( int, FILE * ) This file is part of the Public Domain C Library (PDCLib).