mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-26 00:10:11 +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();
|