creating interface i/o functions

This commit is contained in:
Thiago Auler 2017-11-20 12:25:34 -02:00 committed by GitHub
parent f86abbe0e6
commit 82450e7b57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

8
src/inc/interface.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef _APPLE_I_INTERFACE_H_
#define _APPLE_I_INTERFACE_H_
void io_init(void);
void input(void);
void output(void);
#endif