brintos

brintos / llvm-project-archived public Read only

0
0
Text · 128 B · 9d4ba5d Raw
10 lines · c
1#ifndef PLUGIN_H_IN2#define PLUGIN_H_IN3 4extern "C" {5void plugin_entry(void);6void plugin_init(void);7}8 9#endif // PLUGIN_H_IN10