Changeset d60f436 in buchla-68k for include/stdio.h


Ignore:
Timestamp:
07/16/2017 11:30:14 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
1d174fb
Parents:
99cac86
Message:

Alignment fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/stdio.h

    r99cac86 rd60f436  
    3030        uint8_t _flags;         /* {_BUSY, _ALLBUF, _DIRTY, _EOF, _IOERR} */
    3131        int8_t  _bytbuf;        /* single byte buffer for unbuffered streams */
    32         int8_t  _pad;           /* pad for alignment -- possibly use later */
    3332        int16_t _buflen;        /* length of buffer */
    3433
Note: See TracChangeset for help on using the changeset viewer.