https://github.com/jrincayc/ucblogo-code
Revision d866d22a6cf83b034aee392428b67d13850ff40b authored by Joshua J. Cogliati on 27 September 2022, 02:54:36 UTC, committed by Joshua J. Cogliati on 07 January 2023, 04:03:39 UTC
1 parent bffcbcb
Raw File
Tip revision: d866d22a6cf83b034aee392428b67d13850ff40b authored by Joshua J. Cogliati on 27 September 2022, 02:54:36 UTC
Adding comment on how to use debugging.
Tip revision: d866d22
libloc.c
char *libloc=LIBLOC;		/* "/usr/local/lib/logo/logolib" */
char *helploc=HELPLOC;		/* "/usr/local/lib/logo/helpfiles" */
char *cslsloc=CSLSLOC;		/* "/usr/local/lib/logo/csls" */
char *temploc=TEMPLOC;		/* "/tmp" */
char *separator="/";
back to top