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