mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
e24d8a55fb7eb6c75bb7e16a962c3bc57436ca52
size_t must be an unsigned it. Moreover, by definition, size_t is the return type of the "sizeof" operator, which is defined by the compiler. Both GCC and clang define a __SIZE_TYPE__ macro to let the libc header know about the type used by the sizeof operator. Change-Id: Ie44f1ba69fe2b1d5ce5cd9a0e7fd8a7f10c1199d
Description
No description provided
Languages
C++
60.3%
C
31.1%
Python
3.4%
Java
1.9%
Makefile
1.6%
Other
1.5%