cwd_path         2118 src/dps8/dps8_prt.c         char cwd_path [SIR_MAXPATH + 1];
cwd_path         2119 src/dps8/dps8_prt.c         if (getcwd(cwd_path, sizeof(cwd_path)) != NULL)
cwd_path         2121 src/dps8/dps8_prt.c             sim_printf("Path to PRT files is %s\r\n", cwd_path);