|
bfx
An interpreter, compiler, and REPL for brainfuck-like languages
|
Data structure for managing Brainfork threads. More...
#include <brainfork.h>
Data Fields | |
| pthread_t | threads [128] |
| Threads. | |
| size_t | thread_count |
| Number of threads. | |
Data structure for managing Brainfork threads.
| size_t thread_count |
Number of threads.
| pthread_t threads[128] |
Threads.