Hash :
68fa0854
Author :
Date :
2011-06-13T17:36:39
fseeko: Provide a non-inline replacement of fseek(). * lib/stdio.in.h (fseek): Don't provide if module 'fseek' is not used. * modules/fseeko (Depends-on): Add fseek. * modules/fseek (License): Change to LGPLv2+.
Description:
fseek() function: Reposition a FILE stream.
Files:
lib/fseek.c
m4/fseek.m4
Depends-on:
stdio
fseeko [test $REPLACE_FSEEK = 1]
configure.ac:
gl_FUNC_FSEEK
if test $REPLACE_FSEEK = 1; then
AC_LIBOBJ([fseek])
fi
gl_STDIO_MODULE_INDICATOR([fseek])
Makefile.am:
Include:
<stdio.h>
License:
LGPLv2+
Maintainer:
Bruno Haible