Mon 16 Mar 11:09:06 CET 2026

This commit is contained in:
sbosse 2026-03-16 11:11:20 +01:00
parent c44ab0298e
commit a3e7de22a5

8
src/io.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef _IO_H
#define _IO_H
void CompileInput(lexer_t *L,reg_t *R,mem_t *M,index_t ioh,char *ioc);
void CompileOutput(lexer_t *L,reg_t *R,mem_t *M,index_t ioh,char *ioc);
int RunIO(context_t *C,op_t * op);
#endif