mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-16 03:45:58 +02:00
10 lines
485 B
PHP
10 lines
485 B
PHP
|
|
procedure error(status: longint; errnum: longint; format: Pchar; args: array of const); cdecl; external clib name 'error';
|
|
procedure error_at_line(status: longint; errnum: longint; fname: Pchar; lineno: Cardinal; format: Pchar; args : array of const); cdecl; external clib name 'error_at_line';
|
|
|
|
{ ---------------------------------------------------------------------
|
|
Borland compatibility types
|
|
---------------------------------------------------------------------}
|
|
|
|
// Type
|