Some basic debugging functions and structures
Source position: exec.pas line 998
type TArosSupportBase = record |
||
StdOut: Pointer; |
|
Pointer to standard output. |
kPrintfPtr: Pointer; |
|
function pointer for kprintf(formatstr: PChar, values ...); cdecl; |
rkPrintfPtr: Pointer; |
|
|
vkPrintfPtr: Pointer; |
|
|
DebugConfig: Pointer; |
|
|
end; |