testing stuff
[retrocrawl] / src / amiga / libc / stdlib.h
diff --git a/src/amiga/libc/stdlib.h b/src/amiga/libc/stdlib.h
new file mode 100644 (file)
index 0000000..e0a11dc
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef AMIGA_LIBC_STDLIB_H_
+#define AMIGA_LIBC_STDLIB_H_
+
+typedef long size_t;
+
+#endif /* AMIGA_LIBC_STDLIB_H_ */