view modules/parse-duration @ 14406:8d1ec7b0bc4d

parse-duration: remove xalloc.h dependency * lib/parse-duration.c (parse_period): handle NULL return from strdup instead of calling xstrdup(). * modules/parse-duration: remove "xalloc" dependency
author Bruce Korb <bkorb@gnu.org>
date Thu, 03 Mar 2011 15:07:32 -0800
parents 71e6ee885536
children 84563bab7ebd
line wrap: on
line source

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