Here's a simple illustration of how the sscanf_s() function works: char *source = "Fred 94"; char name[10] = {0}; int age = 0; int items = sscanf_s(source, ...
確定! 回上一頁