mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-18 23:42:00 +03:00
* lib/parse-duration.c: #include "xalloc.h", for xstrdup. * modules/parse-duration (Depends-on): Add xalloc. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
26 lines
272 B
Plaintext
26 lines
272 B
Plaintext
Description:
|
|
Parse a duration given as string.
|
|
|
|
Files:
|
|
lib/parse-duration.h
|
|
lib/parse-duration.c
|
|
|
|
Depends-on:
|
|
xalloc
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([AC_C_INLINE])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += parse-duration.c
|
|
|
|
Include:
|
|
"parse-duration.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Bruce Korb
|
|
|