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/stdlib.h

    r473 r476  
    7373 * @ return an integer value between 0 and RAND_MAX.
    7474 ********************************************************************************************/
    75 int rand();
     75int rand( void );
    7676
    7777/*****************************************************************************************
Note: See TracChangeset for help on using the changeset viewer.