File: stdio.h

package info (click to toggle)
bsdgames-nonfree 2.5-2
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 664 kB
  • ctags: 817
  • sloc: ansic: 10,338; sh: 481; makefile: 49
file content (5 lines) | stat: -rw-r--r-- 122 bytes parent folder | download | duplicates (2)
1
2
3
4
5
/* stdio.h - bsd-games wrapper for <stdio.h> */

#include_next <stdio.h>

extern char *fgetln(FILE *stream, size_t *len);