#include <sys/types.h>
#include "system.h"
#include "version.h"
+#include "error.h"
char *xrealloc ();
char *xmalloc ();
-void error ();
/* The name this program was run with. */
char *program_name;
#include <sys/types.h>
#include "system.h"
#include "version.h"
+#include "error.h"
/* Number of lines/chars/blocks to head. */
#define DEFAULT_NUMBER 10
multiple_files, always, never
};
-void error ();
int safe_read ();
static int head ();
#include "system.h"
#include "version.h"
#include "long-options.h"
+#include "error.h"
char *xmalloc ();
char *xrealloc ();
-void error ();
static void usage ();
#define min(A, B) ((A) < (B) ? (A) : (B))
#include "linebuffer.h"
#include "system.h"
#include "version.h"
+#include "error.h"
#ifndef TRUE
#define TRUE 1
char *xmalloc ();
char *xrealloc ();
-void error ();
static enum section check_section ();
static int build_type_arg ();
#include <sys/types.h>
#include "system.h"
#include "version.h"
+#include "error.h"
-void error ();
char *xmalloc ();
char *xrealloc ();
#include <time.h>
#include "system.h"
#include "version.h"
+#include "error.h"
char *xmalloc ();
char *xrealloc ();
-void error ();
static int char_to_clump ();
static int read_line ();
#include "version.h"
#include "long-options.h"
#include "safe-stat.h"
+#include "error.h"
#ifdef _POSIX_VERSION
#include <limits.h>
void free ();
#endif
-void error ();
static void usage ();
#define min(a, b) ((a) < (b) ? (a) : (b))
#include <sys/types.h>
#include "system.h"
#include "version.h"
+#include "error.h"
char *xmalloc ();
-void error ();
int full_write ();
int safe_read ();
#include <getopt.h>
#include "system.h"
#include "version.h"
+#include "error.h"
static int bsd_sum_file ();
static int sysv_sum_file ();
-void error ();
int safe_read ();
/* The name this program was run with. */
#include <regex.h>
#include "system.h"
#include "version.h"
+#include "error.h"
#ifndef STDC_HEADERS
char *malloc ();
static void save_stdin ();
static void xwrite ();
-void error ();
int full_write ();
int safe_read ();
#include "system.h"
#include "version.h"
+#include "error.h"
#ifndef ULONG_MAX
#define ULONG_MAX ((unsigned long) ~(unsigned long) 0)
char *xmalloc ();
char *stpcpy ();
-void error ();
int safe_read ();
/* The name by which this program was run. */
#include <sys/types.h>
#include "system.h"
#include "version.h"
+#include "error.h"
/* The number of bytes added at a time to the amount of memory
allocated for the output line. */
char *xmalloc ();
char *xrealloc ();
-void error ();
static FILE *next_file ();
static void add_tabstop ();
#include "system.h"
#include "linebuffer.h"
#include "version.h"
+#include "error.h"
#define min(x, y) ((x) < (y) ? (x) : (y))
-void error ();
-
static char *find_field ();
static int different ();
static void check_file ();
#include <sys/types.h>
#include "system.h"
#include "version.h"
+#include "error.h"
/* Size of atomic reads. */
#define BUFFER_SIZE (16 * 1024)
-void error ();
int safe_read ();
static void wc ();