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


Ignore:
Timestamp:
07/08/2017 02:42:31 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
342a56f
Parents:
46d8069
Message:

Point of no return.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/ungetc.c

    r46d8069 r0580615  
    99#include "stddefs.h"
    1010
    11 int
    12 ungetc(c, ptr)
    13 register int c;
    14 register FILE *ptr;
     11int ungetc(int c, FILE *ptr)
    1512{
    1613        if ((c EQ EOF) OR (ptr->_bp LE ptr->_buff))
Note: See TracChangeset for help on using the changeset viewer.