view lib/memcoll.h @ 3237:17796f8ff7e8

Include dirname.h. (strip_trailing_slashes): Remove decl; now in dirname.h.
author Jim Meyering <jim@meyering.net>
date Sat, 12 May 2001 10:05:15 +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_ */