💾 Archived View for gemini.rmf-dev.com › repo › Vaati › gmi_proxy › files › 4d5f040d17384ae85d764c5e… captured on 2023-12-28 at 15:53:38. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-09-08)

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

Go Back

0 /* See LICENSE file for copyright and license details. */

1 #include "sandbox.h"

2

3 #ifdef NO_SANDBOX

4 int sandbox() {

5 return 0;

6 }

7 #endif

8