File: statdum.c

package info (click to toggle)
xlispstat 3.52.14-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 7,560 kB
  • ctags: 12,676
  • sloc: ansic: 91,357; lisp: 21,759; sh: 1,525; makefile: 521; csh: 1
file content (21 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifdef XLISP_ONLY
long time_stamp;

statfinit() { return(0); }
statsymbols() { return(0); }
set_function_docstring() { return(0); }
#endif

#define TRUE 1
#define FALSE 0

#ifdef NOGRAPHICS
StHasWindows() { return(FALSE); }
StScreenHasColor() { return(FALSE); }
StInitGraphics() { return(0); }
StGWGetCursRefCon() { return(0); }
StGWSetCursRefCon() { return(0); }
StGWSetColRefCon() { return(0); }
StGWSetSymRefCon() { return(0); }
#endif /* NOGRAPHICS */