/* fetch.c - fetch from file */ #include #include #include #ifdef LOCAL_PROBOTIC_MAIN int main (int const argc, char const * const * const argv) /* yeah. */ { if (argc == 2) { } else { /* usage(); */ return 1; } } #endif /* LOCAL_PROBOTIC_MAIN */