aboutsummaryrefslogtreecommitdiff
path: root/interpose/src/envbypass.h
blob: a970cbe7ff46d32ec41838cebb4aabf418e667e1 (plain)
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