forked from github/codeql
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathc.cpp
More file actions
27 lines (24 loc) · 631 Bytes
/
Copy pathc.cpp
File metadata and controls
27 lines (24 loc) · 631 Bytes
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
#include "c.h"
#include "d.h"
void C::f1() { d->g1(); }
void C::f2() { d->g2(); }
void C::f3() { d->g3(); }
void C::f4() { d->g4(); }
void C::f5() { d->g5(); }
void C::f6() { d->g6(); }
void C::f7() { d->g7(); }
void C::f8() { d->g8(); }
void C::f9() { d->g9(); }
void C::f10() { d->g10(); }
void C::f11() { d->g11(); }
void C::f12() { d->g12(); }
void C::f13() { d->g13(); }
void C::f14() { d->g14(); }
void C::f15() { d->g15(); }
void C::f16() { d->g16(); }
void C::f17() { d->g17(); }
void C::f18() { d->g18(); }
void C::f19() { d->g19(); }
void C::f20() { d->g20(); }
void C::f21() { d->g21(); }
void C::f22() { d->g22(); }