found 64524 3.0-18
thanks

,----[ From texk/kpathsea/c-std.h ]
| #ifdef VMS
| #include <unixlib.h>
| #include <unixio.h>
| #else
| #ifndef WIN32
| /* `popen' and `pclose' are part of POSIX.2, not POSIX.1.  So
|    STDC_HEADERS isn't enough.  */
| extern FILE *popen ();
| extern int pclose ();
| #endif /* not WIN32 */
| #endif /* not VMS */
`----

So, yes, the declarations of popen() and pclose() are still there.

-- 
Florent


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to