X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Fftell.c;h=db9eb3dc447565acc319ae274703d2d557791339;hb=35b4776e2f52f97caade5da75eb26cb24fb01c8b;hp=9ca449fe54a155d14bb747f0dca137aac8ede6c5;hpb=0d2a901d10b40ff99af944ed676d07e501f5e545;p=pdclib.old diff --git a/functions/stdio/ftell.c b/functions/stdio/ftell.c index 9ca449f..db9eb3d 100644 --- a/functions/stdio/ftell.c +++ b/functions/stdio/ftell.c @@ -44,7 +44,7 @@ int main( void ) */ /* The following functions delegate their tests to here: fgetc fflush rewind fputc ungetc fseek - flushbuffer seek fillbuffer + flushbuffer seek fillbuffer prepread prepwrite */ char * buffer = (char*)malloc( 4 ); FILE * fh;