Hash :
d959e39c
Author :
Date :
2023-05-17T12:24:07
stdckdint: use in more modules * lib/nstrftime.c (__strftime_internal): * lib/timespec-add.c (timespec_add): * lib/timespec-sub.c (timespec_sub): * lib/xstrtol.c (bkm_scale): Prefer ckd_add to INT_ADD_WRAPV etc., and include stdckdint.h. * modules/nstrftime, modules/timespec-add, modules/timespec-sub: * modules/xstrtol: (Depends-on): Add stdckdint.
Description:
Convert string to 'long' or 'unsigned long', with error checking.
Files:
lib/xstrtol.h
lib/xstrtol.c
lib/xstrtoul.c
m4/xstrtol.m4
Depends-on:
assure
intprops
stdckdint
stdint
configure.ac:
gl_XSTRTOL
Makefile.am:
lib_SOURCES += xstrtol.c xstrtoul.c
Include:
"xstrtol.h"
License:
GPL
Maintainer:
Jim Meyering