mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
9 lines
181 B
C
9 lines
181 B
C
#include "brainfuck_i.h"
|
|
|
|
void initWorker(BFApp* application);
|
|
char* workerGetOutput();
|
|
int getStackSize();
|
|
int getOpCount();
|
|
int getStatus();
|
|
void beginWorker();
|
|
void killThread(); |