mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-01 17:37:09 +02:00
12 lines
450 B
PHP
12 lines
450 B
PHP
|
|
|
|
function dirname(__path:Pchar):Pchar;cdecl;external clib name 'dirname';
|
|
function __xpg_basename(__path:Pchar):Pchar;cdecl;external clib name '__xpg_basename';
|
|
// maybe add later. function basename(__path:Pchar):Pchar;cdecl;external clib name '__xpg_basename';
|
|
|
|
{ ---------------------------------------------------------------------
|
|
Borland compatibility types
|
|
---------------------------------------------------------------------}
|
|
|
|
// Type
|