Mercurial > hg > octave-jordi > gnulib-hg
view lib/safe-read.h @ 2813:f776657fc3ba
(print_and_abort): Use "memory exhausted", not "virtual memory exhausted".
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Mon, 07 Aug 2000 17:05:37 +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));