Mercurial > hg > octave-lojdl > gnulib-hg
view modules/argz @ 7772:3e05c216c7d7
* modules/settime (Include): Require timespec.h.
* modules/nanosleep (Include): Likewise.
2007-01-01 Bruno Haible <bruno@clisp.org>
SCALAR(0x82833d4)
Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 02 Jan 2007 23:50:44 +0000 |
parents | 6a764f23e302 |
children | 8fe439f0150e |
line wrap: on
line source
Description: Argv style string arrays in a single null delimited char*. Files: lib/argz_.h lib/argz.c m4/argz.m4 Depends-on: 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_.h { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/argz_.h; \ } > $@-t mv -f $@-t $@ MOSTLYCLEANFILES += argz.h argz.h-t Include: <argz.h> License: LGPL Maintainer: bug-libtool@gnu.org