aboutsummaryrefslogtreecommitdiff
path: root/include/stdlib.h
blob: 8de2f316ef754b001266bad96b368be989ab61cd (plain)
1
2
3
4
5
6
#ifndef BIOS_STDLIB_H
#define BIOS_STDLIB_H 1

extern long atol(const char *ptr);

#endif