compiler-lightning/include/binary.h

8 lines
121 B
C
Raw Normal View History

2024-07-22 13:02:37 +12:00
#include <helpers.h>
#ifndef __BINARY_H__
#define __BINARY_H__
int binary_produce(const char* code, Args args);
#endif