macho/research/custom_loader/c.cc

3 lines
66 B
C++
Raw Permalink Normal View History

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