BFC-Compiler
A C23 Brainfuck compiler
Loading...
Searching...
No Matches
bfc_common.h
Go to the documentation of this file.
1
8#ifndef BFC_COMMON_H
9#define BFC_COMMON_H
10
16#define BFC_ARRAY_LENGTH(array) (sizeof(array) / sizeof((array)[0]))
17
18#endif // BFC_COMMON_H