Beispiel #1
0
void some_func2()
{
    EZLOGGERFUNCTRACKER;
    some_funcx();
    some_funcxx();
    some_func3();
    some_funcxx();
}
void* some_func2(ASE::PAC::Allocator& a) {
	return some_func3(a);
}