macho/research/custom_loader/c.cc

5 lines
68 B
C++
Raw Normal View History

2023-06-01 17:29:45 +07:00
#include <stdio.h>
void exported_from_c() {
printf("from c\n");
}