[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'Exec' (#aros)

TArosSupportBase

Some basic debugging functions and structures

Declaration

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;


Documentation generated on: 2017-01-10