worker.h 164 B

123456
  1. void initWorker(char* instructions, int instructionsCount);
  2. char* workerGetOutput();
  3. int getStackSize();
  4. int getOpCount();
  5. int getStatus();
  6. void beginWorker();