Pergunta

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

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top