IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 8, 2013, 4:22:56 PM (13 years ago)
Author:
eugene
Message:

add some functions to interact with mysql

File:
1 edited

Legend:

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

    r33963 r35136  
    3535int run_while       PROTO((int, char **));
    3636int scan            PROTO((int, char **));
     37int scannext        PROTO((int, char **));
    3738int shell           PROTO((int, char **));
    3839int sprintf_opihi   PROTO((int, char **));
     
    8687  {1, "while",         run_while,          "while loop"},
    8788  {1, "scan",          scan,               "scan line from keyboard or file to variable *"},
     89  {1, "scannext",      scannext,           "scan next line from file to variable (file stays open)"},
    8890  {1, "!",             shell,              "system call"},
    8991  {1, "exec",          shell,              "system call"},
Note: See TracChangeset for help on using the changeset viewer.