mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-26 09:32:49 +00:00
8b1cd7a470
using 2's complement arithmetic. Unfortunately C only defines unsigned arithmetic and consequently machines that don't use 2's complement (i.e unknown arithmetic) will have to be dealt with on a per machine basis.