Changeset 1263
- Timestamp:
- 08/09/08 16:15:58 (3 years ago)
- Location:
- trunk/tigcc/doc/System/Include
- Files:
-
- 12 edited
-
dll.h/_DLL_call_attr.hsf (modified) (1 diff)
-
dll.h/_DLL_glbvar.hsf (modified) (1 diff)
-
estack.h/ARb_int_count.hsf (modified) (1 diff)
-
estack.h/ARb_real_count.hsf (modified) (1 diff)
-
files.h/TIOS_FGetC.hsf (modified) (1 diff)
-
files.h/TIOS_FGetPos.hsf (modified) (1 diff)
-
graphing.h/rngLen.hsf (modified) (1 diff)
-
system.h/OSOnBreak.hsf (modified) (1 diff)
-
unknown.h/GT_Trace.hsf (modified) (1 diff)
-
wingraph.h/WinEndPaint.hsf (modified) (1 diff)
-
wingraph.h/WinRemove.hsf (modified) (1 diff)
-
wingraph.h/WinStrXYWrap.hsf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tigcc/doc/System/Include/dll.h/_DLL_call_attr.hsf
r1262 r1263 5 5 Header Files=dll.h 6 6 Definition=#define _DLL_call_attr(type,args,attr,index) (*(type (* attr) args) _DLL_entry (index)) 7 See also=_DLL_call, _DLL_reference, _DLL_glbvar, info/gnuexts/SEC85: Declaring Attributes of Functions7 See Also=_DLL_call, _DLL_reference, _DLL_glbvar, info/gnuexts/SEC85: Declaring Attributes of Functions 8 8 9 9 [Description] -
trunk/tigcc/doc/System/Include/dll.h/_DLL_glbvar.hsf
r1262 r1263 5 5 Header Files=dll.h 6 6 Definition=#define _DLL_glbvar(type,index) (*(_DLL_reference (type, index))) 7 See also=_DLL_call, _DLL_call_attr, _DLL_reference7 See Also=_DLL_call, _DLL_call_attr, _DLL_reference 8 8 9 9 [Description] -
trunk/tigcc/doc/System/Include/estack.h/ARb_int_count.hsf
r1262 r1263 6 6 Definition=ESQ ARb_int_count; 7 7 MinAMS=2.04 8 See also=ARb_real_count, bascmd.h/cmd_clrhome, bascmd.h/cmd_newprob8 See Also=ARb_real_count, bascmd.h/cmd_clrhome, bascmd.h/cmd_newprob 9 9 10 10 [ROM Call] -
trunk/tigcc/doc/System/Include/estack.h/ARb_real_count.hsf
r1262 r1263 6 6 Definition=ESQ ARb_real_count; 7 7 MinAMS=2.04 8 See also=ARb_int_count, bascmd.h/cmd_clrhome, bascmd.h/cmd_newprob8 See Also=ARb_int_count, bascmd.h/cmd_clrhome, bascmd.h/cmd_newprob 9 9 10 10 [ROM Call] -
trunk/tigcc/doc/System/Include/files.h/TIOS_FGetC.hsf
r1262 r1263 6 6 Definition=unsigned short FGetC (FILES *fsPtr); 7 7 MinAMS=2.00 8 See Also= TIOS_FOpen: FOpen, TIOS_FPutC: FPutC, TIOS_FRead: FRead, TIOS_FSetPos: FSetPos8 See Also=TIOS_FOpen: FOpen, TIOS_FPutC: FPutC, TIOS_FRead: FRead, TIOS_FSetPos: FSetPos 9 9 10 10 [ROM Call] -
trunk/tigcc/doc/System/Include/files.h/TIOS_FGetPos.hsf
r1262 r1263 6 6 Definition=unsigned short FGetPos (FILES *fsPtr); 7 7 MinAMS=2.00 8 See Also= TIOS_FOpen: FOpen, TIOS_FSetPos: FSetPos, TIOS_FEof: FEof8 See Also=TIOS_FOpen: FOpen, TIOS_FSetPos: FSetPos, TIOS_FEof: FEof 9 9 10 10 [ROM Call] -
trunk/tigcc/doc/System/Include/graphing.h/rngLen.hsf
r1262 r1263 5 5 Header Files=graphing.h 6 6 Definition=unsigned long rngLen (unsigned char GraphMode); 7 See also=GR_WIN_VARS, gdraw.h/GraphModes7 See Also=GR_WIN_VARS, gdraw.h/GraphModes 8 8 9 9 [ROM Call] -
trunk/tigcc/doc/System/Include/system.h/OSOnBreak.hsf
r1262 r1263 6 6 Definition=unsigned char OSOnBreak; 7 7 MinAMS=2.00 8 See also=OSCheckBreak, OSClearBreak8 See Also=OSCheckBreak, OSClearBreak 9 9 10 10 [ROM Call] -
trunk/tigcc/doc/System/Include/unknown.h/GT_Trace.hsf
r1262 r1263 5 5 Header Files=unknown.h 6 6 Definition=short GT_Trace (unsigned short PromptId, float * Retval, unsigned short Flags); 7 See also=GT_Regraph_if_neccy7 See Also=GT_Regraph_if_neccy 8 8 9 9 [ROM Call] -
trunk/tigcc/doc/System/Include/wingraph.h/WinEndPaint.hsf
r1262 r1263 6 6 Definition=void WinEndPaint (WINDOW *w); 7 7 MinAMS=2.00 8 See also=WinBeginPaint8 See Also=WinBeginPaint 9 9 10 10 [ROM Call] -
trunk/tigcc/doc/System/Include/wingraph.h/WinRemove.hsf
r1262 r1263 5 5 Header Files=wingraph.h 6 6 Definition=void WinRemove (WINDOW *w, short UpdateScreen); 7 See Also=WinClose, WinOpen7 See Also=WinClose, WinOpen 8 8 9 9 [ROM Call] -
trunk/tigcc/doc/System/Include/wingraph.h/WinStrXYWrap.hsf
r1262 r1263 6 6 Definition=short WinStrXYWrap (WINDOW *w, WIN_COORDS x, WIN_COORDS y, const char *s, unsigned short flags); 7 7 MinAMS=2.04 8 See also=winWriteFlags8 See Also=winWriteFlags 9 9 10 10 [ROM Call]
Note: See TracChangeset
for help on using the changeset viewer.
