blob: fc01989dbfa487ecf093d680645afc3a848e4302 (
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_ */
|