X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2F_PDCLIB%2Fprepread.c;h=ef2f70ed72bcda6962745d0b1d053a7c0000e7bf;hp=53a2976dd403bd5fc11308f68a22a758473c062d;hb=9e1a90fce7fa732ebca11e98a41dc8418746b942;hpb=5c0d32c5915e2fe806e518de84f3eae801c6d122 diff --git a/functions/_PDCLIB/prepread.c b/functions/_PDCLIB/prepread.c index 53a2976..ef2f70e 100644 --- a/functions/_PDCLIB/prepread.c +++ b/functions/_PDCLIB/prepread.c @@ -32,3 +32,14 @@ int _PDCLIB_prepread( struct _PDCLIB_file_t * stream ) } } +#ifdef TEST +#include <_PDCLIB_test.h> + +int main( void ) +{ + /* Testing covered by ftell.c */ + return TEST_RESULTS; +} + +#endif +