Skip to content

stdckdint: add compatibility header

Rémi Denis-Courmont requested to merge Courmisch/vlc:ckdint into master

This only implements unsigned types for now, as there are no known use cases for signed checked arithmetic as of yet. The macros will safely error out at compilation time if signed types are misused.

Merge request reports