mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-14 07:42:29 +02:00
14 lines
704 B
PHP
14 lines
704 B
PHP
|
|
|
|
function strfmon(__s:Pchar; __maxsize:size_t; __format:Pchar; args:array of const):ssize_t;cdecl;external clib name 'strfmon';
|
|
function strfmon(__s:Pchar; __maxsize:size_t; __format:Pchar):ssize_t;cdecl;external clib name 'strfmon';
|
|
function __strfmon_l(__s:Pchar; __maxsize:size_t; loc:__locale_t; __format:Pchar; args:array of const):ssize_t;cdecl;external clib name '__strfmon_l';
|
|
function __strfmon_l(__s:Pchar; __maxsize:size_t; loc:__locale_t; __format:Pchar):ssize_t;cdecl;external clib name '__strfmon_l';
|
|
|
|
|
|
{ ---------------------------------------------------------------------
|
|
Borland compatibility types
|
|
---------------------------------------------------------------------}
|
|
|
|
// Type
|