Exemple #1
0
void Processor::Process(int which_thread)
{
	TestFun(which_thread);
}
Exemple #2
0
int _tmain(int argc, _TCHAR* argv[])
{
    TestFun();
    system("pause");
    return 0;
}