mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-08 14:25:57 +02:00
+ popen declaration from Michael Ring
git-svn-id: trunk@3347 -
This commit is contained in:
parent
faa8f2354b
commit
b4d0a212b6
@ -133,6 +133,7 @@ procedure perror(__s:Pchar);cdecl;external clib name 'perror';
|
||||
|
||||
function fileno_unlocked(__stream:PFILE):longint;cdecl;external clib name 'fileno_unlocked';
|
||||
|
||||
function popen(__command:PChar; __type:Pchar):PFILE;cdecl;external clib name 'popen';
|
||||
function pclose(__stream:PFILE):longint;cdecl;external clib name 'pclose';
|
||||
function ctermid(__s:Pchar):Pchar;cdecl;external clib name 'ctermid';
|
||||
function cuserid(__s:Pchar):Pchar;cdecl;external clib name 'cuserid';
|
||||
|
Loading…
Reference in New Issue
Block a user