Nope, one does not read code to divine it's purpose....Back to an interesting set of examples now...
//what seems like a memset equivalent:
void* memset(void *p, int c, size_t n)
{
...
some undocumented code with no defined purpose
YOU state the purpose and meaning then one might proof your code.