SIGINT

  1. enum SIGINT;
  2. enum SIGINT;
    version(!Posix && Windows)
    extern (C) nothrow @nogc
    enum SIGINT = 2;

Meta