• Andre Przywara's avatar
    libc: memset: Fix MISRA issues · 005415a3
    Andre Przywara authored
    
    
    MISRA complained about "0"s not being followed by an "U" (please note
    my protest about this!) and about values not being explicitly compared
    to 0 (fair enough).
    Also use explicit pointer types.
    
    Fix those issues to make the CI happy.
    
    Change-Id: I4d11e49c14f16223a71c78b0fc3e68ba9a1382d3
    Signed-off-by: default avatarAndre Przywara <andre.przywara@arm.com>
    005415a3
memset.c 1.01 KB