4 lines
69 B
C++
4 lines
69 B
C++
|
typedef void (*F_PRIMITIVE)(void);
|
||
|
|
||
|
extern F_PRIMITIVE primitives[];
|