summaryrefslogtreecommitdiff
path: root/arclib/stddef.h
diff options
context:
space:
mode:
Diffstat (limited to 'arclib/stddef.h')
-rw-r--r--arclib/stddef.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/arclib/stddef.h b/arclib/stddef.h
new file mode 100644
index 0000000..97ee87f
--- /dev/null
+++ b/arclib/stddef.h
@@ -0,0 +1,11 @@
+/*
+ * Copyright 1999 Silicon Graphics, Inc.
+ */
+#ifndef _STDDEF_H_
+#define _STDDEF_H_
+
+typedef unsigned int size_t;
+
+#define NULL ((void *) 0)
+
+#endif /* _STDDEF_H_ */