main.c   [plain text]



extern int* myAbs;

int main() { return *myAbs; }