NDSummary.OnToolTipsLoaded("File:tool/mem_op.h",{366:"
void Mem_LShift(
const u8* ptr,
u16 size
)
Left-shift all bytes in a memory buffer
",367:"
void Mem_RShift(
const u8* ptr,
u16 size
)
Right-shift all bytes in a memory buffer
",368:"
void Mem_Inc(
const u8* ptr,
u16 size
)
Increment all bytes in a memory buffer
",369:"
void Mem_Dec(
const u8* ptr,
u16 size
)
Decrement all bytes in a memory buffer
"});