GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
2
Releases
Issues
2
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
takayun
/
emul
Transfer to URL with SHA
Find file
Newer
Older
tree:
ebb0dc26ad
Branches
Tags
×
master
ncurses
emul
/ emul_mem.h
TakayunDev
on 6 May 2016
98 bytes
initial commit
Raw
Blame
History
#ifndef EMUL_MEM__ #define EMUL_MEM__ #define EMUL_MEMSIZE 1024 char mem[EMUL_MEMSIZE]; #endif