MWCC/includes/compiler/FunctionCalls.h

9 lines
162 B
C
Raw Normal View History

#ifndef COMPILER_FUNCTIONCALLS_H
#define COMPILER_FUNCTIONCALLS_H
#include "compiler/common.h"
2022-12-29 12:32:55 +00:00
extern void call_function(ENode *expr, Operand *output);
#endif