dd9936e3dc958f43fade2333607c9e90fc3b2ee5
[egate.git] / include / lgets.h
1 /* Utility: Read line from FIFO
2  * Europagate, 1995
3  *
4  * $Log: lgets.h,v $
5  * Revision 1.1  1995/05/01 12:42:04  adam
6  * lgets function moved from kernel to util.
7  *
8  */
9 #ifndef LGETS_H
10 #define LGETS_H
11
12 int lgets (char *buf, int max, int fd);
13
14 #endif