소스 검색

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…
취소
저장