浏览代码

+ popen declaration from Michael Ring

git-svn-id: trunk@3347 -
florian 19 年之前
父节点
当前提交
b4d0a212b6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/base/libc/stdioh.inc

+ 1 - 0
packages/base/libc/stdioh.inc

@@ -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';