some work, unfinished
[svn/Cll1h/.git] / demos / arguments1.c
index f863b64008c5e1b2c7654cb1fd5d983a02a92887..552e983b69d7f084926917b1afd7f7f9c803392a 100644 (file)
@@ -4,14 +4,11 @@
 
 program
 {
- define_str(ptr);
- if_args then
+ if_args
  {
   for_args
   {
-   ptr=this_arg;
-   if (ptr[0]=='-') then
+   if this_arg[0] == '-')
    {
     printf("Command line switch: -%c ",ptr[1]);
     if (next_arg) then
This page took 0.103666 seconds and 4 git commands to generate.