brintos

brintos / llvm-project-archived public Read only

0
0
Text · 124 B · 22d1bd4 Raw
7 lines · c
1#pragma clang system_header2 3#define SYS_THROW(e) @throw e4 5#define SYS_RAISE [NSException raise:@"example" format:@"fmt"]6 7