bfx
An interpreter, compiler, and REPL for brainfuck-like languages
Loading...
Searching...
No Matches
BFX_BrainforkData Struct Reference

Data structure for managing Brainfork threads. More...

#include <brainfork.h>

Data Fields

pthread_t threads [128]
 Threads.
 
size_t thread_count
 Number of threads.
 

Detailed Description

Data structure for managing Brainfork threads.

Field Documentation

◆ thread_count

size_t thread_count

Number of threads.

◆ threads

pthread_t threads[128]

Threads.


The documentation for this struct was generated from the following file: