29 lines
321 B
Plaintext
29 lines
321 B
Plaintext
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:
|
|
intprops
|
|
stdckdint
|
|
stdint
|
|
|
|
configure.ac:
|
|
gl_XSTRTOL
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += xstrtol.c xstrtoul.c
|
|
|
|
Include:
|
|
"xstrtol.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|