view lib/memcasecmp.h @ 3466:45d73183ee54

Revert some of the previous change; intead, fix the HAVE_GETCWD_NULL code to behave more like the !HAVE_GETCWD_NULL code used to. Include "xalloc.h". (xgetcwd): Do not return NULL when memory is exhausted; instead, invoke xalloc_die.
author Jim Meyering <jim@meyering.net>
date Tue, 04 Sep 2001 20:28:31 +0000
parents cf3c93b52b9b
children df44e79ce676
line wrap: on
line source

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

int
  memcasecmp PARAMS ((const void *vs1, const void *vs2, size_t n));