FreeCalypso > hg > freecalypso-tools
comparison rvinterf/etmsync/fsiomain.c @ 27:24cb10d508d7
fc-fsio help command implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 23 Oct 2016 01:33:21 +0000 |
parents | c6469ecfea56 |
children | 756640235671 |
comparison
equal
deleted
inserted
replaced
26:b301b75de0e0 | 27:24cb10d508d7 |
---|---|
4 | 4 |
5 #include <stdio.h> | 5 #include <stdio.h> |
6 #include <stdlib.h> | 6 #include <stdlib.h> |
7 #include <unistd.h> | 7 #include <unistd.h> |
8 #include "exitcodes.h" | 8 #include "exitcodes.h" |
9 | |
10 char help_file_pathname[] = "/usr/local/share/freecalypso/fsio.help"; | |
9 | 11 |
10 extern char *socket_pathname; | 12 extern char *socket_pathname; |
11 extern char *rvinterf_ttyport, *rvinterf_Bopt, *rvinterf_lopt, *rvinterf_wopt; | 13 extern char *rvinterf_ttyport, *rvinterf_Bopt, *rvinterf_lopt, *rvinterf_wopt; |
12 | 14 |
13 main(argc, argv) | 15 main(argc, argv) |