/Send_SIGINT_to_process

Kill a console process by send SIGINT(Ctrl + C) signal to target process on Windows platform, just like what kill command does on UNIX systems

Primary LanguageC++MIT LicenseMIT