Closed gvanem closed 5 years ago
This test program gives me the impression it could work for _WIN32 (it has a #include <windows.h>). But then it has a call to fork()! CygWin could work (I've not tried it), but it does not have _WIN32 as a built-in.
_WIN32
#include <windows.h>
fork()
Can this delusion please be fixed?
PS. Maybe Ncat could be an option to start zzuf?
zzuf
This test program gives me the impression it could work for
_WIN32
(it has a#include <windows.h>
). But then it has a call tofork()
! CygWin could work (I've not tried it), but it does not have_WIN32
as a built-in.Can this delusion please be fixed?
PS. Maybe Ncat could be an option to start
zzuf
?