Changeset 476 for trunk/libs/mini-libc/stdlib.c
- Timestamp:
- Aug 21, 2018, 9:50:34 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libs/mini-libc/stdlib.c
r473 r476 121 121 122 122 ////////// 123 int rand( )123 int rand( void ) 124 124 { 125 125 unsigned long long cycle;
Note: See TracChangeset
for help on using the changeset viewer.