view lib/strverscmp.h @ 2886:dc65428d47a6

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Tue, 17 Oct 2000 06:45:57 +0000
parents 8de2d981b46f
children c6450308f123
line wrap: on
line source

/* strverscmp.h -- compare strings holding indices/version numbers */

#ifndef STRVERSCMP_H_
# define STRVERSCMP_H_

# if HAVE_CONFIG_H
#  include <config.h>
# endif

# ifndef PARAMS
#  if defined PROTOTYPES || (defined __STDC__ && __STDC__)
#   define PARAMS(Args) Args
#  else
#   define PARAMS(Args) ()
#  endif
# endif

int strverscmp PARAMS ((const char*, const char*));

#endif /* not STRVERSCMP_H_ */