__sFILE

  1. struct __sFILE
  2. struct __sFILE
  3. struct __sFILE
  4. struct __sFILE
  5. struct __sFILE
    version(CRuntime_Bionic)
    struct __sFILE {
    ubyte* _p;
    int _r;
    int _w;
    short _flags;
    short _file;
    __sbuf _bf;
    int _lbfsize;
    void* _cookie;
    int function(void*) _close;
    int function(void*, scope char*, int) _read;
    fpos_t function(void*, fpos_t, int) _seek;
    int function(void*, scope const char*, int) _write;
    __sbuf _ext;
    ubyte* _up;
    int _ur;
    ubyte[3] _ubuf;
    ubyte[1] _nbuf;
    __sbuf _lb;
    int _blksize;
    fpos_t _offset;
    }
Suggestion Box / Bug Report