1 /* strverscmp.h -- compare strings holding indices/version numbers */
11 # if defined PROTOTYPES || (defined __STDC__ && __STDC__)
12 # define PARAMS(Args) Args
14 # define PARAMS(Args) ()
18 int strverscmp
PARAMS ((const char*, const char*));
20 #endif /* not STRVERSCMP_H_ */