6832cbd69d
This happens with some compilers on some architectures, which don't define size_t as unsigned int. MicroPython's printf() dooesn't support obscure format specifiers for size_t, so the obvious choice is to explicitly cast to unsigned, to match %u used in printf().
This directory contains standard, low-level C libraries with emphasis on being independent and efficient. They can be used by any port.