1 #ifndef CGPERF_GETLINE_H
2 #define CGPERF_GETLINE_H
5 /*------------------------------------------------------------------------------------------------*/
6 #include "namespace/getline.h"
7 /*------------------------------------------------------------------------------------------------*/
9 static s32
getstr(u8
**lineptr
, u32
*n
, FILE *stream
, u8 terminator
,
13 static s32
get_delim(u8
**lineptr
, u32
*n
, s32 delimiter
, FILE *stream
);
15 /*------------------------------------------------------------------------------------------------*/
17 #include "namespace/getline.h"
19 /*------------------------------------------------------------------------------------------------*/