#include /* errnotest.c */ #include int main() { printf("%d\n", errno); return 0; }