File: libloc.c.pc

package info (click to toggle)
ucblogo 4.6-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,608 kB
  • ctags: 1,646
  • sloc: ansic: 12,386; makefile: 83; sh: 8
file content (8 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
char *libloc="logolib";
#ifdef WIN32
char *helploc="helpfile";
#else
char *helploc="helpfiles";
#endif
char *temploc="";
char *separator="\\";