IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 5, 2022, 6:34:32 AM (5 years ago)
Author:
eugene
Message:

adding getargs command (argument parsing for macros)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20211108/Ohana/src/opihi/cmd.basic/init.c

    r41341 r41978  
    1414int file            PROTO((int, char **));
    1515int getchr_func     PROTO((int, char **));
     16int getargs         PROTO((int, char **));
    1617int help            PROTO((int, char **));
    1718int input           PROTO((int, char **));
     
    6667  {1, "file",          file,               "test file existence"},
    6768  {1, "getchr",        getchr_func,        "find character in string"},
     69  {1, "getargs",       getargs,            "find and remove arguments from the macro argument list"},
    6870  {1, "help",          help,               "get help on a function *"},
    6971  {1, "input",         input,              "read command lines from a file *"},
Note: See TracChangeset for help on using the changeset viewer.