mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 01:50:38 +00:00
7 lines
228 B
C
7 lines
228 B
C
extern int protected_func_1a (void);
|
|
extern int protected_func_1b (void);
|
|
|
|
typedef int (*protected_func_type) (void);
|
|
extern protected_func_type protected_func_1a_p (void);
|
|
extern protected_func_type protected_func_1b_p (void);
|