IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 28, 2022, 12:15:17 PM (4 years ago)
Author:
eugene
Message:

add getargs function; add option to list -join to start on later word

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.basic/init.c

    r41341 r42081  
    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.