Support both getline and fgetln
Some libc implementations don't have the getline function but instead
have an equivalent fgetln function.
Add code to detect both and use whatever is available.
Signed-off-by:
Stéphane Graber <stgraber@ubuntu.com>
Acked-by:
Serge E. Hallyn <serge.hallyn@ubuntu.com>
Showing
src/include/getline.c
0 → 100644
src/include/getline.h
0 → 100644
Please
register
or
sign in
to comment