From: Jim Meyering Date: Wed, 9 Jul 1997 15:31:29 +0000 (+0000) Subject: . X-Git-Tag: SH-UTILS-1_16c~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a9309ad8726621cd900c52ec3b2f04fcfd62018c;p=thirdparty%2Fcoreutils.git . --- diff --git a/lib/strverscmp.h b/lib/strverscmp.h new file mode 100644 index 0000000000..79737fe177 --- /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_ */