- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
#define SPLICE(a,b) a##b
#define LL(a,b) SPLICE(a,b)
#define M(name) LL(NS,name)
#define NS ns1_
void M(somefunction)(){
}
#undef NS
#define NS ns2_
void M(somefunction)(){
}
#undef NS
#define NS ns3_
void M(somefunction)(){
}
#undef NS
bormand 30.07.2017 13:02 # 0
g0cTb 30.07.2017 14:04 # 0
inho 31.07.2017 22:38 # 0
j123123 02.08.2017 06:56 # 0
roman-kashitsyn 02.08.2017 12:19 # +1
cfront
roman-kashitsyn 30.07.2017 14:08 # +1
d_fomenok 03.08.2017 19:44 # 0
Elvenfighter 15.08.2017 12:00 # +1