Ignore:
Timestamp:
Aug 21, 2018, 9:50:34 PM (6 years ago)
Author:
viala@…
Message:

[mini-libc] Add void type to function prototypes with no parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libs/mini-libc/stdio.h

    r473 r476  
    6666 * @ returns read character code if success / returns 0 (EOF) if failure.
    6767 ********************************************************************************************/
    68 int getchar();
     68int getchar( void );
    6969
    7070/*********************************************************************************************
Note: See TracChangeset for help on using the changeset viewer.