view lib/memcoll.h @ 2705:e17209e9562d

[!HAVE_DECL_STRNLEN]: Declare strnlen.
author Jim Meyering <jim@meyering.net>
date Tue, 04 Jul 2000 17:37:43 +0000
parents 0f0905dd78b2
children df44e79ce676
line wrap: on
line source

#ifndef MEMCOLL_H_
# define MEMCOLL_H_ 1

# 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 memcoll PARAMS ((char *, size_t, char *, size_t));

#endif /* MEMCOLL_H_ */