mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
27 lines
255 B
Plaintext
27 lines
255 B
Plaintext
Description:
|
|
fseek() function: Reposition a FILE stream.
|
|
|
|
Files:
|
|
lib/fseek.c
|
|
m4/fseek.m4
|
|
|
|
Depends-on:
|
|
fseeko
|
|
stdio
|
|
|
|
configure.ac:
|
|
gl_FUNC_FSEEK
|
|
gl_STDIO_MODULE_INDICATOR([fseek])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<stdio.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|