Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
3ef992eb06a0ad2345520358c5f0c40c74371caa
/
.
/
Tests
/
RunCMake
/
AutoExportDll
/
AIXExportExplicitLib.c
blob: 58fd5acc8b202c2ceea592737f5685e95f0f9ddc [
file
] [
log
] [
blame
]
int
AIXNotExported
(
void
)
{
return
0
;
}
int
AIXExportedSymbol
(
void
)
{
return
0
;
}