]> pd.if.org Git - pdclib/blobdiff - functions/stdio/ftell.c
Cleanups.
[pdclib] / functions / stdio / ftell.c
index 9ca449fe54a155d14bb747f0dca137aac8ede6c5..db9eb3dc447565acc319ae274703d2d557791339 100644 (file)
@@ -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;