fpos_t

  1. alias fpos_t = c_long
  2. alias fpos_t = long
  3. struct fpos_t
    version(!CRuntime_DigitalMars && !CRuntime_Microsoft && CRuntime_Glibc)
    extern (C) nothrow @nogc
    struct fpos_t {
    long __pos;
    mbstate_t __state;
    }
  4. alias fpos_t = long
  5. alias fpos_t = off_t
  6. alias fpos_t = off_t
  7. alias fpos_t = off_t
  8. alias fpos_t = c_long
  9. alias fpos_t = c_long
  10. struct fpos_t

Meta