6 lines
90 B
C
6 lines
90 B
C
#ifndef BIOS_STDLIB_H
|
|
#define BIOS_STDLIB_H 1
|
|
|
|
extern long atol(const char *ptr);
|
|
|
|
#endif
|