Home | History | Annotate | Download | only in src

Lines Matching refs:str2

1057                 char str2[200];
1058 sprintf(str2,"test good num=%d\nmaxGoodPoints=%d",testNumber,maxGoodPoints);
1059 MessageBox(0,str2,"Info",MB_OK|MB_TASKMODAL);