Question

In eclipse it don't recognize the type size_t, it write error on it and a message uknown type name 'size_t', it is written right

Was it helpful?

Solution

size_t comes from stddef.h standard header file. You have to include it. You can also get it from stdio.h where it is also declared.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top