Mercurial > hg > octave-nkf > gnulib-hg
view lib/memcoll.h @ 4088:815386455680
Update for changed signature of safe_read.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 17 Dec 2002 11:48: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_ */