OSDN Git Service

projects clean up 1
[pinoc/pinoc.git] / pinoc_gcc / lib / include / _stdlib.h
diff --git a/pinoc_gcc/lib/include/_stdlib.h b/pinoc_gcc/lib/include/_stdlib.h
new file mode 100644 (file)
index 0000000..5a79359
--- /dev/null
@@ -0,0 +1,17 @@
+/*
+ * stdlib.h
+ *
+ *  Created on: 2011/03/28
+ *      Author: mizu
+ */
+
+#ifndef STDLIB_H_
+#define STDLIB_H_
+
+#include "string.h"
+
+int atoi(const char* _str);
+int decto10(char* _str);
+void asciitobin(char* _str, size_t size);
+
+#endif /* STDLIB_H_ */