gint/include/gint/std
Lephe 52d95e72ed
stdlib: force rand() to return a non-negative number
Negative numbers come with tricky modulus results and are excluded from
the return values of the standard rand().
2020-10-09 09:17:48 +02:00
..
stdio.h std: support integer size formats (hh, h, l, ll) 2019-09-19 15:58:35 +02:00
stdlib.h stdlib: force rand() to return a non-negative number 2020-10-09 09:17:48 +02:00
string.h string: optimized memcpy, memcmp, memset; decent memmove 2020-07-04 15:05:28 +02:00