worker.h 181 B

123456789
  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();
  8. void killThread();