X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=functions%2F_PDCLIB%2Fprepread.c;h=ef2f70ed72bcda6962745d0b1d053a7c0000e7bf;hb=1e52ccb5ef8abf04a46349ac6ed8051b0207ba39;hp=53a2976dd403bd5fc11308f68a22a758473c062d;hpb=58a1ba50da859ee1f969a53e5fa001dbcccd2ae6;p=fw%2Fpdclib 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 +