bolt/deps/llvm-18.1.8/clang/test/Analysis/Inputs/errno_func.h
2025-02-14 19:21:04 +01:00

5 lines
142 B
C

#pragma clang system_header
// Define 'errno' as a macro that calls a function.
int *__errno_location();
#define errno (*__errno_location())