]> pd.if.org Git - pdclib/blobdiff - functions/stdio/fgets.c
Comment cleanups.
[pdclib] / functions / stdio / fgets.c
index 7d5801bb89ea2da4fd9d405135d1873a194b935d..870474157d0d6b965f8f980a1d5f30b28583bfd6 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* fgets( char *, int, FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -10,7 +8,6 @@
 
 #ifndef REGTEST
 
-#define _PDCLIB_GLUE_H _PDCLIB_GLUE_H
 #include <_PDCLIB_glue.h>
 
 char * fgets( char * _PDCLIB_restrict s, int size, struct _PDCLIB_file_t * _PDCLIB_restrict stream )