💾 Archived View for gemini.rmf-dev.com › repo › Vaati › Upload › files › fb35b023892eda699b1f23c6b0c… captured on 2023-05-24 at 18:37:36. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-03-20)

➡️ Next capture (2023-09-08)

-=-=-=-=-=-=-

0 /* See LICENSE for license details. */

1 #ifndef SANDBOX_H

2 #define SANDBOX_H

3

4 int sandbox_start(const char*);

5

6 #endif

7