Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-x86-64/protected-func-1.h
2023-03-06 14:48:14 +01:00

6 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);