summaryrefslogtreecommitdiff
path: root/include/stddef.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stddef.h')
-rw-r--r--include/stddef.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/stddef.h b/include/stddef.h
deleted file mode 100644
index 2814c8d..0000000
--- a/include/stddef.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- * @file stddef.h
- * @author Freya Murphy <freya@freyacat.org>
- *
- * Basic type definitions.
- */
-
-#ifndef _STDDEF_H
-#define _STDDEF_H
-
-typedef int size_t;
-typedef unsigned int usize_t;
-
-#define NULL ((void *)0)
-
-#endif /* stddef.h */