/* strverscmp.h -- compare strings holding indices/version numbers */ #ifndef STRVERSCMP_H_ # define STRVERSCMP_H_ int strverscmp (const char *, const char *); #endif /* not STRVERSCMP_H_ */