summaryrefslogtreecommitdiff
path: root/arclib/stddef.h
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2006-11-18 23:48:07 +0100
committerGuido Guenther <agx@bogon.sigxcpu.org>2006-11-18 23:48:07 +0100
commitd1e063beb43e595680c65e3804d1f8ddff53373b (patch)
treef7256dfe1b807920270ec5113df6f6e4abf1ed0f /arclib/stddef.h
Imported Debian version 0.3.8.80.3.8.8
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_ */