I'm digging through some code, and a function that I found takes (as one of the arguments)
unsigned const cookie
What does that mean? Does the compiler default that to an unsigned integer, or is unsigned itself a datatype (That doesn't make sense to me)?