Frage

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

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top