02af6cb6fcd17f3aa78fdbca85b5350622b55380
[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 # if HAVE_CONFIG_H
7 #  include <config.h>
8 # endif
9
10 # ifndef PARAMS
11 #  if defined (__GNUC__) || __STDC__
12 #   define PARAMS(args) args
13 #  else
14 #   define PARAMS(args) ()
15 #  endif
16 # endif
17
18 int strverscmp PARAMS ((const char*, const char*));
19
20 #endif /* not STRVERSCMP_H_ */