• F
    Remove the remaining sizeof() operators from internal interface · ae3aad7b
    Fabian Zahn 提交于
    sizeof() is a hell of an operator and returns the size of a data type in terms of "addressable units" which is not necessarily the size in bytes. To circumvent this problem and in order to keep the API clean we try to remove all sizeof() from the API.
    ae3aad7b
unity_internals.h 77.4 KB