X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2F_PDCLIB%2Fprepwrite.c;h=c5a4c127543b40b14f016c60b3ac0fd04272538d;hb=0d2a901d10b40ff99af944ed676d07e501f5e545;hp=774aeb21b29722917a3b18d2a41f9e75d75f7c5a;hpb=5d2951245d10a9395749505ccfe9b71eefd98286;p=pdclib.old 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 +