diff options
Diffstat (limited to 'roms/qboot/include/stdlib.h')
-rw-r--r-- | roms/qboot/include/stdlib.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roms/qboot/include/stdlib.h b/roms/qboot/include/stdlib.h new file mode 100644 index 000000000..8de2f316e --- /dev/null +++ b/roms/qboot/include/stdlib.h @@ -0,0 +1,6 @@ +#ifndef BIOS_STDLIB_H +#define BIOS_STDLIB_H 1 + +extern long atol(const char *ptr); + +#endif |