Sign in
llvm
/
llvm-project
/
refs/heads/main
/
.
/
clang
/
test
/
Analysis
/
Inputs
/
errno_func.h
blob: a6c74b1a08d1ef8321603f883dd290e436aacbc6 [
file
] [
log
] [
blame
]
#pragma
clang system_header
// Define 'errno' as a macro that calls a function.
int
*
__errno_location
();
#define
errno
(*
__errno_location
())