Pārlūkot izejas kodu

Moved strtoul prototype into stdlib.h for consistency

tags/v0.9.3
Michael Brown 19 gadus atpakaļ
vecāks
revīzija
70567c51a2
1 mainītis faili ar 6 papildinājumiem un 0 dzēšanām
  1. 6
    0
      src/include/stdlib.h

+ 6
- 0
src/include/stdlib.h Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt