mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-03-06 13:05:04 +02:00
27 lines
283 B
Plaintext
27 lines
283 B
Plaintext
|
|
Description:
|
||
|
|
Compare numeric strings.
|
||
|
|
|
||
|
|
Files:
|
||
|
|
lib/strintcmp.c
|
||
|
|
lib/strnumcmp.c
|
||
|
|
lib/strnumcmp.h
|
||
|
|
lib/strnumcmp-in.h
|
||
|
|
|
||
|
|
Depends-on:
|
||
|
|
inline
|
||
|
|
stddef
|
||
|
|
|
||
|
|
configure.ac:
|
||
|
|
|
||
|
|
Makefile.am:
|
||
|
|
lib_SOURCES += strintcmp.c strnumcmp.c strnumcmp.h
|
||
|
|
|
||
|
|
Include:
|
||
|
|
"strnumcmp.h"
|
||
|
|
|
||
|
|
License:
|
||
|
|
GPL
|
||
|
|
|
||
|
|
Maintainer:
|
||
|
|
Paul Eggert
|