瀏覽代碼

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 */

Loading…
取消
儲存