Skip to content

working fork() on windows vista and newer

Notifications You must be signed in to change notification settings

i-e-b/win32-fork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

win32-fork

working fork() on windows vista and newer

Behaves like fork in Posix systems -- parent process is duplicated, the return code of the fork call is different between the child and parent:

  • Parent receives the child's process ID
  • Child receives 0.

About

working fork() on windows vista and newer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%