X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2F_PDCLIB%2Fseek.c;h=755abe2cb1eb9393a943356007f9071a69b9f2de;hp=b3e1830dca64f6de749c855c3d987ad7df7f3389;hb=f452f04bd5803b2c2cadbbc0d6cc906ec213daa3;hpb=0e276acbc1cef56e647ded916a1815eb22f27fe1 diff --git a/platform/example/functions/_PDCLIB/seek.c b/platform/example/functions/_PDCLIB/seek.c index b3e1830..755abe2 100644 --- a/platform/example/functions/_PDCLIB/seek.c +++ b/platform/example/functions/_PDCLIB/seek.c @@ -63,7 +63,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;