summaryrefslogtreecommitdiff
path: root/modules/freadptr
blob: 2925d22ba38a2b80f0c572c9055da8c50b2505d7 (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
28
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
gl_CONDITIONAL([GL_COND_OBJ_FREADPTR], [test $ac_cv_func___freadptr = no])

Makefile.am:
if GL_COND_OBJ_FREADPTR
lib_SOURCES += freadptr.c
endif

Include:
"freadptr.h"

License:
LGPLv2+

Maintainer:
all