Go to the source code of this file.
Functions | |
void | st_init_get_functions (struct dd_function_table *functions) |
void st_init_get_functions | ( | struct dd_function_table * | functions | ) |
Definition at line 94 of file st_cb_get.c.
References st_GetIntegerv().
00095 { 00096 functions->GetIntegerv = st_GetIntegerv; 00097 }