reference_a.c (241B)
1 extern int audit_macho_provided(void); 2 extern int audit_macho_second_reference(void); 3 4 int test_main(void) { 5 return audit_macho_provided() == 19 && 6 audit_macho_second_reference() == 19 7 ? 0 8 : 1; 9 }
kitkit | |
| git clone https://git.ryansepassi.com/git/kit.git | |
| Log | Files | Refs | README |