#endif
#include "system.h"
#include "error.h"
+#include "safe-read.h"
/* Undefine, to avoid warning about redefinition on some systems. */
#undef max
#define max(h,i) ((h) > (i) ? (h) : (i))
int full_write ();
-int safe_read ();
/* Name under which this program was invoked. */
char *program_name;
#include "system.h"
#include "error.h"
#include "human.h"
+#include "safe-read.h"
/* Size of atomic reads. */
#define BUFFER_SIZE (16 * 1024)
-int safe_read ();
-
/* The name this program was run with. */
char *program_name;