Changeset 599d89b in buchla-68k for libcio/putc.c


Ignore:
Timestamp:
07/09/2017 01:17:57 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
002f873
Parents:
6dd74a9
Message:

Missing return values. Missing int declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/putc.c

    r6dd74a9 r599d89b  
    164164*/
    165165
    166 int puterr(c)
     166int puterr(int c)
    167167{
    168168        return(putc(c, stderr));
Note: See TracChangeset for help on using the changeset viewer.