mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
1450747216
* modules/stdint-h: Renamed from modules/stdint. * modules/stdint-h-tests: Renamed from modules/stdint-tests. * modules/stdint-h-c++-tests: Renamed from modules/stdint-c++-tests. * tests/test-stdint-h.c: Renamed from tests/test-stdint.c. * tests/test-stdint-h-c++.cc: Renamed from tests/test-stdint-c++.cc. * tests/test-stdint-h-c++2.cc: Renamed from tests/test-stdint-c++2.cc. * doc/posix-headers/stdint.texi: Update. * doc/gnulib-readme.texi: Update. * doc/gnulib.texi: Update. * modules/* (Depends-on): Update. * modules/stdint: New file.
29 lines
325 B
Plaintext
29 lines
325 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-h
|
|
stdint-h
|
|
|
|
configure.ac:
|
|
gl_XSTRTOL
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += xstrtol.c xstrtoul.c
|
|
|
|
Include:
|
|
"xstrtol.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|