In Alcune Funzioni di string.h ho trovato delle funzioni che usano size_t...Ma che cos'e' ????

size_t strlen(const char *);
size_t strspn(const char *, const char *);
size_t strcspn(const char *, const char *);