FACT++  1.0
XmString create_str ( char *  text)

Definition at line 45 of file dui_util.c.

References str.

47 {
48 XmString str;
49 
50 
51  str = XmStringCreate ( text, XmSTRING_DEFAULT_CHARSET);
52  return(str);
53 }
char str[80]
Definition: test_client.c:7