X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Fftell.c;h=db9eb3dc447565acc319ae274703d2d557791339;hb=42cab9e71b49fcda5f225ea0debddce0d1123674;hp=9ca449fe54a155d14bb747f0dca137aac8ede6c5;hpb=9e1a90fce7fa732ebca11e98a41dc8418746b942;p=pdclib 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;