diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-27 20:34:03 +0000 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-27 20:34:03 +0000 |
| commit | 606321fa327af39ab3d67fb420cd84e9afc9de5a (patch) | |
| tree | 7cc12d85c1e2faa82a92550e88180efb3a67a9ce /lib/strnumcmp.h | |
| parent | (eq-6, gt-5, lt-5): New tests. (diff) | |
| download | coreutils-606321fa327af39ab3d67fb420cd84e9afc9de5a.tar.gz coreutils-606321fa327af39ab3d67fb420cd84e9afc9de5a.zip | |
Break integer-in-string comparison code out from src/sort.
Diffstat (limited to 'lib/strnumcmp.h')
| -rw-r--r-- | lib/strnumcmp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/strnumcmp.h b/lib/strnumcmp.h new file mode 100644 index 000000000..91ad3519b --- /dev/null +++ b/lib/strnumcmp.h @@ -0,0 +1,2 @@ +int strintcmp (char const *, char const *); +int strnumcmp (char const *, char const *, int, int); |
