Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
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
size_t来自stddef.h标准头文件。你必须包括它。你也可以从stdio.h它也被声明的地方得到它。
size_t
stddef.h
stdio.h