compiler-lightning/include/binary.h

8 lines
No EOL
121 B
C

#include <helpers.h>
#ifndef __BINARY_H__
#define __BINARY_H__
int binary_produce(const char* code, Args args);
#endif