I am using ssize_t
in a piece of C code. I don't know which header file it is declared. So I start googling and then get buried and lost among many unrelated stuff.
This scenario happens over and over again to me, and it wastes much time. So, is there a conventional, probably efficient solution where you professional C coders find the right header file, or maybe you just remember them in mind? Thanks.