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