int main(int argc, char *argv[]) { char buffer[500]; strcpy(buffer, argv[1]); return 0; }