#include int main(int argc, char** argv) { if (argc < 2) { printf("too few arguments\n"); exit(1); } }