aenachescu / PhiOS

GNU General Public License v3.0
6 stars 1 forks source link

use static assert #91

Closed aenachescu closed 7 years ago

aenachescu commented 7 years ago

use static assert to check if our primitive data types (uint8, int8, cint8, cuint8, etc) have the right number of bits and to check that our primitive data types have the same size like standard primitive data types (uint8_t, int8_t etc) in unit testing.

aenachescu commented 7 years ago

010cb20 bc3602e