mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 06:50: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();
|