File: stream.h

package info (click to toggle)
cgreen 1.6.4-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,576 kB
  • sloc: ansic: 12,264; sh: 555; makefile: 468; cpp: 403; python: 181; xml: 33; sed: 13
file content (2 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (3)
1
2
char *read_paragraph(int (*read)(void *), void *stream);
void by_paragraph(int (*read)(void *), void *in, void (*write)(void *, char *), void *out);