Linux Foundation Collaborative Projects
index
:
virtio/qemu
master
Unnamed repository
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
roms
/
qboot
/
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