blob: 5296b688958dc07522c86d5797ccf0e426e581dd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- carray.c.orig Fri Sep 13 02:57:13 1991
+++ carray.c Sat Jun 16 02:27:51 2007
@@ -3,6 +3,11 @@
/* all rights reserved */
#include "defs.h"
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+
+static do_line();
+
/* a few globals */
#define byte_size 8
unsigned char *allocate_mem(); /* in utils.c */
|