view lib/safe-read.h @ 2109:7225b2638fc2

Port to autoconf 2.13.
author Jim Meyering <jim@meyering.net>
date Wed, 12 Jan 2000 06:40:10 +0000
parents 96c2c5984cc4
children 9fcf64c770ed
line wrap: on
line source

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

ssize_t
safe_read PARAMS ((int desc, void *ptr, size_t len));