repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ssfmalloc: Portability to Cygwin.
[gnulib.git]
/
modules
/
freadptr
blob
7d56c90ec8fe23a08d45d418e801db58f92af16b
1
Description:
2
freadptr() function: Pointer to the input buffer of a stream.
3
4
Files:
5
lib/freadptr.h
6
lib/freadptr.c
7
lib/stdio-impl.h
8
m4/freadptr.m4
9
10
Depends-on:
11
12
configure.ac:
13
gl_FUNC_FREADPTR
14
if test $ac_cv_func___freadptr = no; then
15
AC_LIBOBJ([freadptr])
16
fi
17
18
Makefile.am:
19
20
Include:
21
"freadptr.h"
22
23
License:
24
LGPLv2+
25
26
Maintainer:
27
all