1
0
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:
Mark Pizzolato
2018-01-03 18:23:28 -08:00
parent 2389f41f5e
commit 72d4622ddf
4 changed files with 75 additions and 4 deletions

1
scp.h
View File

@@ -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__