💾 Archived View for gemini.rmf-dev.com › repo › Vaati › Upload › files › fb35b023892eda699b1f23c6b0c… captured on 2023-09-08 at 16:42:46. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-03-20)
-=-=-=-=-=-=-
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