💾 Archived View for gemini.rmf-dev.com › repo › Vaati › gmi_proxy › files › 4d5f040d17384ae85d764c5e… captured on 2023-04-19 at 23:46:01. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
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