view modules/getdelim @ 40196:e63f5d3edab5

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:49:15 +0100
parents 43c61b332554
children
line wrap: on
line source

Description:
Read character delimited data from a stream.

Files:
lib/getdelim.c
m4/getdelim.m4

Depends-on:
stdio
extensions
stdint          [test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1]
errno           [test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1]

configure.ac:
gl_FUNC_GETDELIM
if test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1; then
  AC_LIBOBJ([getdelim])
  gl_PREREQ_GETDELIM
fi
gl_STDIO_MODULE_INDICATOR([getdelim])

Makefile.am:

Include:
<stdio.h>

License:
LGPLv2+

Maintainer:
Simon Josefsson