mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-08-08 18:22:09 +03:00
* bootstrap.conf, gl/modules/buffer-lcm, gl/modules/randperm: * gl/modules/randread, gl/modules/strnumcmp, gl/modules/targetdir: * gl/modules/xdectoint, gl/modules/xfts: Adjust to recent renaming of Gnulib modules, e.g., stdbool → bool, inttypes → inttypes-h.
28 lines
293 B
Plaintext
28 lines
293 B
Plaintext
Description:
|
|
Compare numeric strings.
|
|
|
|
Files:
|
|
lib/strintcmp.c
|
|
lib/strnumcmp.c
|
|
lib/strnumcmp.h
|
|
lib/strnumcmp-in.h
|
|
|
|
Depends-on:
|
|
c-ctype
|
|
inline
|
|
stddef-h
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += strintcmp.c strnumcmp.c strnumcmp.h
|
|
|
|
Include:
|
|
"strnumcmp.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert
|