mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 16:09:25 +02:00
+ Added tempnam function
git-svn-id: trunk@1192 -
This commit is contained in:
parent
a7d088b197
commit
91559077d9
@ -27,6 +27,7 @@ function tmpfile64:PFILE;cdecl;external clib name 'tmpfile64';
|
|||||||
|
|
||||||
function tmpnam(__s:Pchar):Pchar;cdecl;external clib name 'tmpnam';
|
function tmpnam(__s:Pchar):Pchar;cdecl;external clib name 'tmpnam';
|
||||||
function tmpnam_r(__s:Pchar):Pchar;cdecl;external clib name 'tmpnam_r';
|
function tmpnam_r(__s:Pchar):Pchar;cdecl;external clib name 'tmpnam_r';
|
||||||
|
function tempnam(dir,pfx: PChar): PChar; cdecl; external clib name 'tempnam';
|
||||||
|
|
||||||
function fclose(__stream:PFILE):longint;cdecl;external clib name 'fclose';
|
function fclose(__stream:PFILE):longint;cdecl;external clib name 'fclose';
|
||||||
function fflush(__stream:PFILE):longint;cdecl;external clib name 'fflush';
|
function fflush(__stream:PFILE):longint;cdecl;external clib name 'fflush';
|
||||||
|
Loading…
Reference in New Issue
Block a user