某些 Brainfuck compiler/intepreter 是否提供访问 API 的方法?

Does some Brainfuck compiler/intepreter provide a mean to access an API?

再次,我偶然发现了一个 Brainfuck 问题,我想知道,它的任何 compilers/interpreters 是否提供了一种访问某些 API 的方法(系统一,或来自 dll 的单个函数,等等)?


注:我已经问过API直接由中的compiler/interpreter提供的

由于 Thomas Jager , yes, systemf 提供对 Linux 系统调用的访问权限。