mirror of
https://github.com/simh/simh.git
synced 2026-02-17 21:18:27 +00:00
SCP: Add ECHOF command which takes a quoted string as an argument
This commit is contained in:
1
scp.h
1
scp.h
@@ -108,6 +108,7 @@ t_stat help_cmd (int32 flag, CONST char *ptr);
|
||||
t_stat screenshot_cmd (int32 flag, CONST char *ptr);
|
||||
t_stat spawn_cmd (int32 flag, CONST char *ptr);
|
||||
t_stat echo_cmd (int32 flag, CONST char *ptr);
|
||||
t_stat echof_cmd (int32 flag, CONST char *ptr);
|
||||
|
||||
/* Allow compiler to help validate printf style format arguments */
|
||||
#if !defined __GNUC__
|
||||
|
||||
Reference in New Issue
Block a user