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