X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2F_PDCLIB%2Fprepread.c;h=ef2f70ed72bcda6962745d0b1d053a7c0000e7bf;hb=65b97c0d355f87ddec19e391518cc7ecc849badc;hp=53a2976dd403bd5fc11308f68a22a758473c062d;hpb=0d54a75af25ca44411e7c4190cc2a93a390e61a2;p=pdclib.old 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 +