On Tue, Oct 30, 2012 at 6:50 AM, Daisuke Maki <lestrrat at gmail.com> wrote: > I thought windows doesn't "handle" SIGINT the way us in unix land expect? > http://msdn.microsoft.com/en-us/library/xdkz3x12(v=vs.110).aspx In plain C, it works pretty much like POSIX when it comes to interrupting blocking calls and trapping SIGINT with the signal() call. -Pieter