#include <stdio.h> #include <errno.h> int main(int argc, char** argv) { printf("%d", ENOENT); return 0; }