Вопрос

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