X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstdio%2Ffscanf.c;h=ac3c3f0ed1761fff20289b8f077b8c5030da2b0e;hp=6c0c70b10e7ee2c1f7789666ac835c90a45ed24c;hb=b1fc26afebd4d557ff89a44bc21767a8704c3809;hpb=9f87d9e27e74d9e06e0c93114ffd70a45ee152fa diff --git a/functions/stdio/fscanf.c b/functions/stdio/fscanf.c index 6c0c70b..ac3c3f0 100644 --- a/functions/stdio/fscanf.c +++ b/functions/stdio/fscanf.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* fscanf( FILE *, const char *, ... ) This file is part of the Public Domain C Library (PDCLib).