mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
New module 'parse-duration'.
This commit is contained in:
24
modules/parse-duration
Normal file
24
modules/parse-duration
Normal file
@@ -0,0 +1,24 @@
|
||||
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
|
||||
|
Reference in New Issue
Block a user