문제

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 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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top