X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2F_PDCLIB%2Fprepwrite.c;h=c5a4c127543b40b14f016c60b3ac0fd04272538d;hp=774aeb21b29722917a3b18d2a41f9e75d75f7c5a;hb=9e1a90fce7fa732ebca11e98a41dc8418746b942;hpb=5c0d32c5915e2fe806e518de84f3eae801c6d122 diff --git a/functions/_PDCLIB/prepwrite.c b/functions/_PDCLIB/prepwrite.c index 774aeb2..c5a4c12 100644 --- a/functions/_PDCLIB/prepwrite.c +++ b/functions/_PDCLIB/prepwrite.c @@ -22,3 +22,14 @@ int _PDCLIB_prepwrite( struct _PDCLIB_file_t * stream ) return 0; } +#ifdef TEST +#include <_PDCLIB_test.h> + +int main( void ) +{ + /* Testing covered by ftell.c */ + return TEST_RESULTS; +} + +#endif +