X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=demos%2Farguments1.c;h=609dcdde359621aae8757c72304dbc232933f3b1;hb=45cf8709a2e5d1a411834c14e6b78c441bb7bd6b;hp=a892c3a24eddfadb7269c44550f448315c814ba0;hpb=420bb7716ee099d369582836ef4fc8ab25d81fde;p=svn%2FCll1h%2F.git diff --git a/demos/arguments1.c b/demos/arguments1.c index a892c3a..609dcdd 100644 --- a/demos/arguments1.c +++ b/demos/arguments1.c @@ -1,10 +1,10 @@ #include "cll1.h" -//try to run: ./arguments1 -x xxx yyyy -c cccc +/* try to run: ./arguments1 -x xxx yyyy -c cccc */ program { - Define_str(ptr); + def_str(ptr); if_args then { @@ -17,7 +17,7 @@ program if (next_arg) then { echo("followed by: ",next_arg); - skip_one; + skip_next; } print(""); }