You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
176 B

#ifdef MANGLE
#define f0 _ZN2ns2f0Ei
#define f1 _ZN2ns2f1Ei
#define f2 _ZN2ns2f2Ei
#define f3 _ZN2ns2f3Ei
#endif
int f0(int i);
int f1(int i);
int f2(int i);
int f3(int i);