예제 #1
0
파일: ezlogger.cpp 프로젝트: goshng/Peach
void some_func2()
{
    EZLOGGERFUNCTRACKER;
    some_funcx();
    some_funcxx();
    some_func3();
    some_funcxx();
}
void* some_func2(ASE::PAC::Allocator& a) {
	return some_func3(a);
}