FreeCalypso > hg > freecalypso-tools
comparison rvinterf/asyncshell/help.c @ 53:27d7d7e2d9bd
rvinterf/asyncshell/help.c: new help file location
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Wed, 26 Oct 2016 06:17:51 +0000 |
| parents | 5b4e345095c4 |
| children |
comparison
equal
deleted
inserted
replaced
| 52:fb4804f72ac0 | 53:27d7d7e2d9bd |
|---|---|
| 6 #include <ctype.h> | 6 #include <ctype.h> |
| 7 #include <string.h> | 7 #include <string.h> |
| 8 #include <strings.h> | 8 #include <strings.h> |
| 9 #include <stdlib.h> | 9 #include <stdlib.h> |
| 10 | 10 |
| 11 char help_file_pathname[] = "/usr/local/share/freecalypso/fc-shell.help"; | 11 char help_file_pathname[] = "/opt/freecalypso/helpfiles/fc-shell.help"; |
| 12 | 12 |
| 13 show_help_topic(topic) | 13 show_help_topic(topic) |
| 14 char *topic; | 14 char *topic; |
| 15 { | 15 { |
| 16 FILE *f; | 16 FILE *f; |
