6 lines
93 B
C
6 lines
93 B
C
#include <stdint.h>
|
|
#include <stddef.h>
|
|
|
|
void run_program(uint8_t* program, size_t length);
|
|
|