IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 10, 2005, 7:37:04 AM (21 years ago)
Author:
eugene
Message:

adding fprintf, uninstall option, fixed error in libdata/Makefile

File:
1 edited

Legend:

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

    r4714 r4746  
    2828int shell           PROTO((int, char **));
    2929int sprintf_opihi   PROTO((int, char **));
     30int fprintf_opihi   PROTO((int, char **));
    3031int strlen_func     PROTO((int, char **));
    3132int substr_func     PROTO((int, char **));
     
    6566  {"exec",          shell,              "system call"},
    6667  {"sprintf",       sprintf_opihi,      "formatted print to a variable"},
     68  {"fprintf",       fprintf_opihi,      "formatted print to standard output"},
    6769  {"strlen",        strlen_func,        "string length"},
    6870  {"substr",        substr_func,        "substring"},
Note: See TracChangeset for help on using the changeset viewer.