jmp_buf

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. alias jmp_buf = __jmp_buf_tag[1]
    version(linux)
    extern (C)
    alias jmp_buf = __jmp_buf_tag[1]
  2. alias jmp_buf = long[8]
  3. alias jmp_buf = int[10]
  4. alias jmp_buf = int[12]

Meta