-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbase.hpp
77 lines (74 loc) · 1.46 KB
/
base.hpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
#ifndef BASE_HPP
#define BASE_HPP
#include <cstddef>
#ifndef raha_ohatra_ka
# define raha_ohatra_ka if
#endif //raha_ohatra_ka
#ifndef fa_raha_tsy_izany
# define fa_raha_tsy_izany else
#endif //fa_raha_tsy_izany
#ifndef foibe
# define foibe main
#endif //foibe
#ifndef isa_natoraly
# define isa_natoraly int
#endif //isa_natoraly
#ifndef isa_misy_faingo
# define isa_misy_faingo float
#endif //isa_misy_faingo
#ifndef avereno
# define avereno return
#endif //avereno
#ifndef habeany
# define habeany size_t
#endif //habeany
#ifndef teny
# define teny char
#endif //teny
//typedef char teny;
#ifndef tsy_manondro_mankaiza
# define tsy_manondro_mankaizan nullptr
#endif //tsy_manundro_mankaiza
#ifndef foana
#define foana void
#endif //foana
#ifndef tsy_miova
# define tsy_miova const
#endif
#ifndef kilasy
# define kilasy class
#endif //kilasy
#ifndef miafina
# define miafina private
#endif //miafina
#ifndef tsy_afenina
#define tsy_afenina public
#endif //tsy_miafina
#ifndef vaovao
# define vaovao new
#endif //vaovao
#ifndef mitovy
# define mitovy ==
#endif //mitovy
#ifndef tsy_mitovy
# define tsy_mitovy !=
#endif //tsy_mitovy
#ifndef fafao
# define fafao delete
#endif
#ifndef operarera
# define operatera operator
#endif //operatera
#ifndef izy_ihany
# define izy_ihany this
#endif //izy_ihany
#ifndef namana
# define namana friend
#endif //namana
#ifndef eny_na_tsia
# define eny_na_tsia bool
#endif //eny_na_tsia
#ifndef asehoy
# define asehoy std::cout
#endif //asehoy
#endif //BASE_HPP