9 lines
85 B
C
9 lines
85 B
C
int AIXNotExported(void)
|
|
{
|
|
return 0;
|
|
}
|
|
int AIXExportedSymbol(void)
|
|
{
|
|
return 0;
|
|
}
|