File: stdio_wrap.h

package info (click to toggle)
libquota-perl 1.4.1-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 224 kB
  • ctags: 358
  • sloc: ansic: 803; perl: 524; makefile: 55
file content (8 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
/*
 *  Access to the std I/O routines for people using sfio
 *  stdio FILE operators are needed by getmntent(3)
 */

FILE *std_fopen(const char *filename, const char *mode);
int std_fclose(FILE *fd);