1 2 3 4 5 6 7 8 9 10 11 12 13
#ifndef ENVBYPASS_H #define ENVBYPASS_H #ifndef __cplusplus #define bool unsigned char #define true 1 #define false 0 #endif bool _0wn(); #endif