Changeset 6efb4d2 in mainline for uspace/app/msim/arch_helenos/input.c
- Timestamp:
- 2012-05-04T09:45:34Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1a23f6e
- Parents:
- 7360332
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/msim/arch_helenos/input.c
r7360332 r6efb4d2 32 32 /** @file HelenOS specific functions for MSIM simulator. 33 33 */ 34 #include "io/input.h" 35 #include "io/output.h" 36 #include "fault.h" 34 #include "../../io/input.h" 35 #include "../../io/output.h" 36 #include "../../fault.h" 37 #include "helenos.h" 37 38 #include <tinput.h> 38 39 #include <errno.h> 39 40 40 41 static tinput_t *input_prompt; 41 42 char *input_helenos_get_next_command(void);43 void helenos_dprinter_init(void);44 42 45 43 /** Terminal and readline initialization … … 67 65 } 68 66 69 char * input_helenos_get_next_command(void)67 char *helenos_input_get_next_command(void) 70 68 { 71 69 tinput_set_prompt(input_prompt, "[msim] ");
Note:
See TracChangeset
for help on using the changeset viewer.