version 1.1 | version 1.2 | |||
---|---|---|---|---|
|
| |||
i = CnvPromptSelect; | i = CnvPromptSelect; | |||
CnvPromptSelect = 0; | CnvPromptSelect = 0; | |||
strncpy(ans,CnvPromptString,CnvPromptMax); | strncpy(ans,CnvPromptString,CnvPromptMax); | |||
ans[CnvPromptMax] = '\0'; | ||||
return i; | return i; | |||
} | } | |||
Legend:
|