AmigaLabs / clib4

Clib4 for AmigaOS4
Other
14 stars 7 forks source link

Fix popen/pclose and add test for popen. #207

Closed elfpipe closed 1 month ago

elfpipe commented 1 month ago

1) Modify children.c to have search and modification functions for FILE pointer needed by popen/pclose. 2) Switch popen/pclose to use unix pipe(int[]) instead of native PIPE:. 3) Add FILE element in clib4.h line 71. 4) Add popen test in test_programs/.