a_poison_direct_from_A_for_exe.c 119 B

12345
  1. extern void poison_direct_from_A_for_exe(void);
  2. void direct_from_A_for_exe(void)
  3. {
  4. poison_direct_from_A_for_exe();
  5. }