#include #include int main(int argc, char** argv) { errno = EINVAL; printf("errno = %d\n", errno); return 0; }