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