view modules/argz @ 30441:135ba33c5a45

Mark 'memmove' obsolete.
author Bruno Haible <bruno@clisp.org>
date Sun, 02 Nov 2008 17:35:43 +0100
parents d76a492eabc7
children 59047bad770e
line wrap: on
line source

Description:
Argv style string arrays in a single null delimited char*.

Files:
lib/argz.in.h
lib/argz.c
m4/argz.m4

Depends-on:
memmove
mempcpy
stpcpy
strndup
strnlen

configure.ac:
gl_FUNC_ARGZ

Makefile.am:
BUILT_SOURCES += $(ARGZ_H)

# We need the following in order to create <argz.h> when the system
# doesn't have one that works with the given compiler.
argz.h: argz.in.h
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat $(srcdir)/argz.in.h; \
	} > $@-t
	mv -f $@-t $@
MOSTLYCLEANFILES += argz.h argz.h-t

Include:
<argz.h>

License:
LGPLv2+

Maintainer:
all