blob: 79737fe1779ba3ec77e7c07e3127b1acd4f54c6c (
plain)
1
2
3
4
5
6
7
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_ */
|