Changeset 2937
- Timestamp:
- Jan 8, 2005, 2:44:35 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/command.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/command.c
r2598 r2937 1 1 # include "opihi.h" 2 # define VERBOSE 0 2 3 3 4 int command (char *line, char **outline) { … … 66 67 } 67 68 set_int_variable ("STATUS", status); 69 if (VERBOSE) fprintf (stderr, "command: %s, status: %d\n", line, status); 68 70 return (status); 69 71
Note:
See TracChangeset
for help on using the changeset viewer.
