brintos

brintos / llvm-project-archived public Read only

0
0
Text · 75 B · 847d7a1 Raw
7 lines · c
1#ifndef foo_h__2#define foo_h__3 4extern void foo(void);5 6#endif // foo_h__7