brintos

brintos / llvm-project-archived public Read only

0
0
Text · 103 B · 7c90e6c Raw
10 lines · c
1#ifndef __Foo_h__2#define __Foo_h__3 4typedef struct {5    float s;6    float d;7} CMTimeRange;8 9#endif10