http://git.etherboot.org
/
people
/
indolent
/
gpxe.git
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
044b203
)
Moved strtoul prototype into stdlib.h for consistency
author
Michael Brown
<mcb30@etherboot.org>
Sat, 30 Apr 2005 13:48:48 +0000
(13:48 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Sat, 30 Apr 2005 13:48:48 +0000
(13:48 +0000)
src/include/stdlib.h
[new file with mode: 0644]
patch
|
blob
diff --git a/src/include/stdlib.h
b/src/include/stdlib.h
new file mode 100644
(file)
index 0000000..
4dcabfb
--- /dev/null
+++ b/
src/include/stdlib.h
@@ -0,0
+1,6
@@
+#ifndef STDLIB_H
+#define STDLIB_H
+
+extern unsigned long strtoul ( const char *p, const char **endp, int base );
+
+#endif /* STDLIB_H */