view modules/fseeko @ 10880:b1d6a7b9222f

Document functions that have been added to POSIX:2008.
author Bruno Haible <bruno@clisp.org>
date Sun, 14 Dec 2008 19:47:43 +0100
parents 2c1ba629f5d5
children 6927d3a4e13a
line wrap: on
line source

Description:
fseeko() function: Reposition a FILE stream.

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

Depends-on:
extensions
lseek
stdio

configure.ac-early:
AC_REQUIRE([AC_FUNC_FSEEKO])

configure.ac:
gl_FUNC_FSEEKO
gl_STDIO_MODULE_INDICATOR([fseeko])

Makefile.am:

Include:
<stdio.h>

License:
LGPLv2+

Maintainer:
Bruno Haible