??????????Loadrunner???????????C???????;
//atoi()????????????????
char * s = "7 dollars"; //atoi()????????????????
lr_output_message ("Price : %d"?? atoi(s));//?????????????????
//strcat()????2???????
strcpy(fullpath?? "c:\\tmp"); //??????[\]??????copy?????
strcat(fullpath?? "\\"); //????2???????
strcat(fullpath?? filename);
lr_output_message ("Full path of file : %s"?? fullpath);
//strchr()???x??????string
char fullpath[1024]?? * filename = "logfile.txt"; //strca()????
char * string = "His Excellency the Duke of Exeter"; //strchr()???x
char * first_x?? * last_x;
first_x = (char *)strchr(string?? 'x');
lr_output_message ("The first occurrence of x: %s"?? first_x);
last_x = (char *)strrchr(string?? 'x');
lr_output_message ("The last occurrence of x: %s"?? last_x);


????
???????н??

???????C?????е???????;
?????ù?????????????????????????????Щ??????????????????????????????????????????????6????????????????????????????????????????????????ù????????????????£?
????\`  ????????
????\"  ???????
????\\ ??б??
????\r ???
????\n ????
???????????????< ?? >?? ????????塣