LC_PAPER

  1. enum LC_PAPER;
    version(CRuntime_Glibc)
    extern (C) @trusted nothrow @nogc
    enum LC_PAPER = 7;
  2. enum LC_PAPER;

Meta