File: getdelim.h

package info (click to toggle)
gliv 1.9.7-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 5,780 kB
  • ctags: 4,039
  • sloc: ansic: 30,070; sh: 5,207; makefile: 740; yacc: 291; awk: 185; sed: 16
file content (6 lines) | stat: -rw-r--r-- 206 bytes parent folder | download
1
2
3
4
5
6
/* #included only if getdelim() is lacking. */

#include <sys/types.h>          /* size_t */
#include <stdio.h>              /* FILE */

long getdelim(char **LINEPTR, size_t * N, int delim, FILE * STREAM);