]> andersk Git - splint.git/blob - test/fileio/filerw.xh
os2/makeos2.cmd: also make in ../lib with `-o' option.
[splint.git] / test / fileio / filerw.xh
1 extern /*@rweither@*/ FILE *fopen (const char *filename, const char *mode) ;
2
3 extern int fgetc (/*@read@*/ FILE *f) ;
4 extern int fputc (int, /*@write@*/ FILE *f) ;
5
6 /* fseek resets the rw state of a stream */
7 int fseek (/*@rweither@*/ FILE *stream, long int offset, int whence) 
8   /*@ensures rweither stream@*/ ;
9   
10
This page took 0.040482 seconds and 5 git commands to generate.