First push after merge, split and enhance both zOS and zputa
This commit is contained in:
11
apps/tbasic/basic_main.h
Normal file
11
apps/tbasic/basic_main.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef __MAIN_H_
|
||||
#define __MAIN_H_
|
||||
|
||||
#include "mytypes.h"
|
||||
|
||||
void init(short dataSize, short lineSize, short progSize);
|
||||
void dispatch();
|
||||
void processLine(char* line, token* t);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user