This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* fork.c | |
* Experimental fork() on Windows. Requires NT 6 subsystem or | |
* newer. | |
* | |
* Improved version with fixed Console | |
* | |
* Copyright (c) 2023 Petr Smid | |
* Copyright (c) 2012 William Pitcock <[email protected]> | |
* |