@@ -4,7 +4,7 @@ Import Pub.stdc
Extern
?bmxng
- Function popen:Byte Ptr(command:Byte Ptr, Mode:Byte Ptr)
+ Function popen:Byte Ptr(command:Byte Ptr, Mode:Byte Ptr)="FILE * popen(const char *, const char *)!"
?Not bmxng
Function popen:Int(command:Byte Ptr, Mode:Byte Ptr)
?
@@ -1 +0,0 @@
-FILE * popen(const char *, const char *)!
-void GetSystemInfo(LPSYSTEM_INFO)!