declares the allocation functions.
+Wed Dec 10 21:59:16 2003 Ben Pfaff <blp@gnu.org>
+
+ * getdelim.c, alloca.c: common.h is no longer, but alloc.h
+ declares the allocation functions.
+
Sun Jan 2 21:35:47 2000 Ben Pfaff <blp@gnu.org>
* qsort.c: Change headers. Fix __attribute__ for gcc 2.7.2.
#include <config.h>
#include <stdlib.h>
-#include "common.h"
typedef void *pointer; /* generic pointer type */
#define NULL 0 /* null pointer constant */
#include <assert.h>
#include <stddef.h>
#include <stdio.h>
-#include "common.h"
+#include "alloc.h"
/* Reads a DELIMITER-separated field of any length from file STREAM.
*LINEPTR is a malloc'd string of size N; if *LINEPTR is NULL, it is