mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-03 14:44:11 +02:00
23 lines
355 B
PHP
23 lines
355 B
PHP
|
|
const
|
|
L_tmpnam = 20;
|
|
TMP_MAX = 238328;
|
|
FILENAME_MAX = 4096;
|
|
|
|
const
|
|
L_ctermid = 9;
|
|
L_cuserid = 9;
|
|
|
|
const
|
|
FOPEN_MAX = 16;
|
|
|
|
const
|
|
IOV_MAX = 1024;
|
|
|
|
|
|
{ ---------------------------------------------------------------------
|
|
Borland compatibility types
|
|
---------------------------------------------------------------------}
|
|
|
|
// Type
|