historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/qboot/include/stdlib.h

7 lines
90 B
C
Raw Normal View History

2024-01-16 17:20:27 +00:00
#ifndef BIOS_STDLIB_H
#define BIOS_STDLIB_H 1
extern long atol(const char *ptr);
#endif