SIGINT

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

Meta