/* vi: set tabstop=4 shiftwidth=4: */ /* * $Id: fgetline.h,v 1.2 1996/12/28 22:11:11 schweikh Exp $ */ #include /* FILE */ /* @null@ *//* @only@ */ char * fgetline (FILE * fp) /* @modifies *fp@ */ ; #define getline() fgetline (stdin)