11 lines
161 B
C
11 lines
161 B
C
|
|
|
|||
|
|
#include "corecontrol.h"
|
|||
|
|
|
|||
|
|
void InitCoreControl(CoreControl * pCtrl)
|
|||
|
|
{
|
|||
|
|
if (pCtrl != NULL)
|
|||
|
|
{
|
|||
|
|
memset(pCtrl, 0, sizeof(CoreControl)); // <20><>ֵ<EFBFBD><D6B5>ȫ<EFBFBD><C8AB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ0
|
|||
|
|
}
|
|||
|
|
}
|