/**
Asks all the values of the preference whose data type is char.
*/
extern TC_API int PREF_ask_char_values(
constchar* preference_name, /**< (I) Preference name */
int* count, /**< (O) Number of values in the value array */
char*** value /**< (OF) count Array of returned values */
);