FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
XmStringTable create_str_table
(
strs
)
Definition at line
139
of file
dui_util.c
.
References
i
, and
str_table
.
141
{
142
int
i
;
143
144
for
(i=0;strs[
i
][0];i++)
145
{
146
str_table
[
i
] = XmStringCreate ( strs[i], XmSTRING_DEFAULT_CHARSET);
147
}
148
str_table
[
i
] = (XmString)0;
149
return
((XmStringTable)
str_table
);
150
}
i
int i
Definition:
db_dim_client.c:21
str_table
static XmString str_table[50]
Definition:
dui_util.c:137
dim
src
did
dui_util.c
Generated on Sun Sep 18 2016 20:50:28 for FACT++ by
1.8.11