8 lines
No EOL
118 B
C
8 lines
No EOL
118 B
C
#include <args.h>
|
|
|
|
#ifndef __BINARY_H__
|
|
#define __BINARY_H__
|
|
|
|
int binary_produce(const char* code, Args args);
|
|
|
|
#endif |