AlignmentCheck Function

Issue #33 resolved
Carbon Monoxide created an issue

Programmers should be able to check for correct aligned structs. There should be a new exported function.

Like this

bool AlignmentCheck(SIZE_T sizeofstruct){ return sizeof(pestruct) == sizeofstruct; }

Comments (2)

  1. Log in to comment