summaryrefslogtreecommitdiff
path: root/modules/freadptr
blob: 7d56c90ec8fe23a08d45d418e801db58f92af16b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Description:
freadptr() function: Pointer to the input buffer of a stream.

Files:
lib/freadptr.h
lib/freadptr.c
lib/stdio-impl.h
m4/freadptr.m4

Depends-on:

configure.ac:
gl_FUNC_FREADPTR
if test $ac_cv_func___freadptr = no; then
  AC_LIBOBJ([freadptr])
fi

Makefile.am:

Include:
"freadptr.h"

License:
LGPLv2+

Maintainer:
all