mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-03-05 04:25:05 +02:00
9 lines
192 B
C
9 lines
192 B
C
/* strverscmp.h -- compare strings holding indices/version numbers */
|
|
|
|
#ifndef STRVERSCMP_H_
|
|
# define STRVERSCMP_H_
|
|
|
|
int strverscmp (const char*, const char*);
|
|
|
|
#endif /* not STRVERSCMP_H_ */
|