void *memfrob(void *s, size_t n);

A function that XORs the data at the end of the pointer 's' with the constant 42. Useful for hiding strings in memory, but not very secure. Originated in Linux.