Changeset 7258c6a in buchla-68k for libcio/ungetc.c


Ignore:
Timestamp:
07/09/2017 04:45:34 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
8618599
Parents:
0292fbb
Message:

Use standard integer types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/ungetc.c

    r0292fbb r7258c6a  
    99#include "stddefs.h"
    1010
    11 int ungetc(int c, FILE *ptr)
     11int16_t ungetc(int16_t c, FILE *ptr)
    1212{
    1313        if ((c EQ EOF) OR (ptr->_bp LE ptr->_buff))
Note: See TracChangeset for help on using the changeset viewer.