original | 列挙型変数の値(整数値)。 The value of an enum-type variable (an integer). |
converted | originalが表す文字列の代入先。
文字列を代入するのに十分な長さを持つ、
宣言しただけの空のchar型変数配列を与える。
関数内で値(文字列)が設定される。 Memory to insert the string corresponding to original. Give an empty (only declared) char-type array whose length is sufficient to preserve the string. The value (a string) is set within the function. |