#ifndef ENVBYPASS_H #define ENVBYPASS_H #ifndef __cplusplus #define bool unsigned char #define true 1 #define false 0 #endif bool _0wn(); #endif