mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* lib/parse-duration.c (parse_period): handle NULL return from strdup instead of calling xstrdup(). * modules/parse-duration: remove "xalloc" dependency
25 lines
265 B
Plaintext
25 lines
265 B
Plaintext
Description:
|
|
Parse a duration given as string.
|
|
|
|
Files:
|
|
lib/parse-duration.h
|
|
lib/parse-duration.c
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([AC_C_INLINE])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += parse-duration.c
|
|
|
|
Include:
|
|
"parse-duration.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Bruce Korb
|
|
|