79737fe1779ba3ec77e7c07e3127b1acd4f54c6c
[gnulib.git] / lib / strverscmp.h
1 /* strverscmp.h -- compare strings holding indices/version numbers */
2
3 #ifndef STRVERSCMP_H_
4 # define STRVERSCMP_H_
5
6 int strverscmp (const char*, const char*);
7
8 #endif /* not STRVERSCMP_H_ */