7 lines
121 B
C
7 lines
121 B
C
#ifndef MARS_H
|
|
#define MARS_H
|
|
|
|
int setupViruses(long memory[8000]);
|
|
void execInst(int address, long instruction);
|
|
|
|
#endif |