]> pd.if.org Git - pdclib/blobdiff - platform/example_cygwin/functions/_PDCLIB/seek.c
Comment cleanups.
[pdclib] / platform / example_cygwin / functions / _PDCLIB / seek.c
index c1094f346554fca88b02eb52e305b3c5192aa915..77b74792e3823603fe46874b8d0176c4570ceb38 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* int64_t _PDCLIB_seek( FILE *, int64_t, int )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -8,10 +6,7 @@
 
 #include <stdio.h>
 
-#ifndef _PDCLIB_GLUE_H
-#define _PDCLIB_GLUE_H
 #include <_PDCLIB_glue.h>
-#endif
 
 #include "/usr/include/errno.h"
 
@@ -60,7 +55,7 @@ _PDCLIB_int64_t _PDCLIB_seek( struct _PDCLIB_file_t * stream, _PDCLIB_int64_t of
 #ifdef TEST
 #include <_PDCLIB_test.h>
 
-int main()
+int main( void )
 {
     /* Testing covered by ftell.c */
     return TEST_RESULTS;