Mercurial > hg > octave-shane > gnulib-hg
comparison modules/timegm @ 4616:40e97ca1f46c
New module 'timegm'.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 01 Sep 2003 17:47:35 +0000 |
parents | |
children | 3d28ad4e18e2 |
comparison
equal
deleted
inserted
replaced
4615:4a92cb1cc115 | 4616:40e97ca1f46c |
---|---|
1 Description: | |
2 Convert calendar time to simple time, inverse of mktime. | |
3 | |
4 Files: | |
5 lib/timegm.h | |
6 lib/timegm.c | |
7 m4/timegm.m4 | |
8 | |
9 Depends-on: | |
10 | |
11 configure.ac: | |
12 gl_FUNC_TIMEGM | |
13 | |
14 Makefile.am: | |
15 lib_SOURCES += timegm.h | |
16 | |
17 Include: | |
18 "timegm.h" | |
19 | |
20 Maintainer: | |
21 Simon Josefsson |