worker.h 169 B

12345678
  1. #include "brainfuck_i.h"
  2. void initWorker(BFApp* application);
  3. char* workerGetOutput();
  4. int getStackSize();
  5. int getOpCount();
  6. int getStatus();
  7. void beginWorker();