]> git.gag.com Git - fw/sdcc/blobdiff - support/Util/MySystem.h
added my_popen()
[fw/sdcc] / support / Util / MySystem.h
index 93eb07f27e7e0ab7c73c9ccfc084247bf0516a4d..f945fe5357413622d6678e09a6e230dc2ac514d6 100644 (file)
@@ -26,6 +26,7 @@
 #define __MYSYSTEM_H
 
 int my_system (const char *cmd) ;
+FILE *my_popen (const char *cmd) ;
 
 extern char *ExePathList[] ;     // List of paths to try to locate exeucatbles