brintos

brintos / llvm-project-archived public Read only

0
0
Text · 114 B · 33c3316 Raw
13 lines · c
1#ifndef __C_h__2#define __C_h__3int c = 1;4 5struct aaa {6  int b;7};8 9typedef struct fd_set {10  char c;11};12#endif13