Explorar el Código

Moved strtoul prototype into stdlib.h for consistency

tags/v0.9.3
Michael Brown hace 19 años
padre
commit
70567c51a2
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6
    0
      src/include/stdlib.h

+ 6
- 0
src/include/stdlib.h Ver fichero

@@ -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…
Cancelar
Guardar