view modules/localtime @ 40196:e63f5d3edab5

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:49:15 +0100
parents 8688d802c8d6
children
line wrap: on
line source

Description:
localtime() function: convert time to broken-down local time.

Files:
lib/localtime.c
m4/localtime.m4

Depends-on:
time

configure.ac:
gl_FUNC_LOCALTIME
if test $REPLACE_LOCALTIME = 1; then
  AC_LIBOBJ([localtime])
fi
gl_TIME_MODULE_INDICATOR([localtime])

Makefile.am:

Include:
<time.h>

License:
LGPLv2+

Maintainer:
all