How do people prefer to prefix their variable names to indicate type? Starting doing n_ for ints, s_ for structs, and p_ for pointers. So, could get something like pn_count or something
Reply