Computer science: uint32 vs uint32_t
Self-tutoring about computer science: the tutor mentions a key difference in types. I was reading in some documentation about a certain function with return type uint32. It means, to my understanding, “unsigned integer 32-bit,” so I wasn’t too surprised about …