浏览代码

Moved strtoul prototype into stdlib.h for consistency

tags/v0.9.3
Michael Brown 19 年前
父节点
当前提交
70567c51a2
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6
    0
      src/include/stdlib.h

+ 6
- 0
src/include/stdlib.h 查看文件

@@ -0,0 +1,6 @@
1
+#ifndef STDLIB_H
2
+#define STDLIB_H
3
+
4
+extern unsigned long strtoul ( const char *p, const char **endp, int base );
5
+
6
+#endif /* STDLIB_H */

正在加载...
取消
保存