view modules/array-list @ 14730:f0a9a2cd267c

fclose: preserve fflush errors Caught by gcc -Werror=unused-but-set-variable. * lib/fclose.c (rpl_fclose): Don't lose fflush errors. Reported by Jim Meyering. Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Wed, 11 May 2011 11:35:06 -0600
parents a8c91b846640
children
line wrap: on
line source

Description:
Sequential list data type implemented by an array.

Files:
lib/gl_array_list.h
lib/gl_array_list.c

Depends-on:
list
xsize

configure.ac:

Makefile.am:
lib_SOURCES += gl_array_list.h gl_array_list.c

Include:
"gl_array_list.h"

License:
GPL

Maintainer:
Bruno Haible