index
:
sam/z80uPC
atlas
hardware
master
naopross
Microcomputer based on the Z80 processor
Linux User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sw-old
/
z80
/
libc
/
include
/
stdlib.h
blob: c69f573684af81fc0241c4b1fde4b7bab9bbd046 (
plain
)
1
2
3
4
5
6
7
#ifndef __STDLIB_H__
#define __STDLIB_H__
#include
"stdint.h"
#endif
// __STDLIB_H__