mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-25 16:00:12 +00:00
8 lines
162 B
C
8 lines
162 B
C
|
#include "brainfuck_i.h"
|
||
|
|
||
|
void initWorker(BFApp* application);
|
||
|
char* workerGetOutput();
|
||
|
int getStackSize();
|
||
|
int getOpCount();
|
||
|
int getStatus();
|
||
|
void beginWorker();
|