File: getLine.h

package info (click to toggle)
wmweather%2B 2.15-1.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,100 kB
  • ctags: 579
  • sloc: ansic: 5,822; sh: 1,294; makefile: 42
file content (4 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (8)
1
2
3
4
#include <stdio.h>

/* Gets a single line of input, stripping leading and trailing whitespace */
int getLine(char **s, FILE *fd);