Files
gnu-coreutils/lib/strverscmp.h
T
Jim Meyering a9309ad872 .
1997-07-09 15:31:29 +00:00

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_ */