.
[coreutils.git] / lib / strverscmp.h
blobbb1ea1b0a1df75842fdfffaff8dc846a0204b63c
1 /* strverscmp.h -- compare strings holding indices/version numbers */
3 #ifndef STRVERSCMP_H_
4 # define STRVERSCMP_H_
6 # if HAVE_CONFIG_H
7 # include <config.h>
8 # endif
10 # ifndef PARAMS
11 # if defined PROTOTYPES || (defined __STDC__ && __STDC__)
12 # define PARAMS(Args) Args
13 # else
14 # define PARAMS(Args) ()
15 # endif
16 # endif
18 int strverscmp PARAMS ((const char*, const char*));
20 #endif /* not STRVERSCMP_H_ */