direct_from_A_for_exe_poison.c 131 B

12345
  1. extern void poison_not_direct_from_A_for_exe(void);
  2. void not_direct_from_A_for_exe(void)
  3. {
  4. poison_not_direct_from_A_for_exe();
  5. }