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