brintos

brintos / llvm-project-archived public Read only

0
0
Text · 142 B · a6c74b1 Raw
6 lines · c
1#pragma clang system_header2 3// Define 'errno' as a macro that calls a function.4int *__errno_location();5#define errno (*__errno_location())6