You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
109 B

void (*g_func_table[32])(void) = {
[0 ... 31] = func_dummy,
[0] = func_0,
[1] = func_1,
[2] = func_2,
};