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
/
z80
/
libc
/
mem.c
blob: 667a752ad57b1b23572a91d220d2570e0c887f4d (
plain
)
1
2
3
4
5
6
7
#include
"types.h"
#include
"mem.h"
void
*
malloc
(
size_t
size
)
{
:
}