]> andersk Git - splint.git/blame - lib/filerw.xh
Update configure and makefile to aclocal/automake 1.10.1 and autoconf 2.61.
[splint.git] / lib / filerw.xh
CommitLineData
990ec868 1extern /*@rweither@*/ FILE *fopen (const char *filename, const char *mode) ;
2
3extern int fgetc (/*@read@*/ FILE *f) ;
4extern int fputc (int, /*@write@*/ FILE *f) ;
5
6/* fseek resets the rw state of a stream */
7int fseek (/*@rweither@*/ FILE *stream, long int offset, int whence)
8 /*@ensures rweither stream@*/ ;
9
10
This page took 0.08726 seconds and 5 git commands to generate.