diff options
author | Jim Meyering <jim@meyering.net> | 1997-07-09 15:31:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-07-09 15:31:29 +0000 |
commit | a9309ad8726621cd900c52ec3b2f04fcfd62018c (patch) | |
tree | 6dae963bd64fb7fc4aa80ea309d8eeb0374b5d82 /lib | |
parent | bc1634bc1aed0d79bbef5271d68d31c43d366257 (diff) | |
download | coreutils-a9309ad8726621cd900c52ec3b2f04fcfd62018c.tar.xz |
.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/strverscmp.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/strverscmp.h b/lib/strverscmp.h new file mode 100644 index 000000000..79737fe17 --- /dev/null +++ b/lib/strverscmp.h @@ -0,0 +1,8 @@ +/* strverscmp.h -- compare strings holding indices/version numbers */ + +#ifndef STRVERSCMP_H_ +# define STRVERSCMP_H_ + +int strverscmp (const char*, const char*); + +#endif /* not STRVERSCMP_H_ */ |