programming.nbk: Home | Index | Next Page: size_t strftime(char* ptr, size_t maxsize, const char* format, const struct tm* timeptr); | Previous Page: Search


 size_t

Unsigned integral type

size_t corresponds to the integral data type returned by the language operator sizeof and is defined in the header file (among others) as an unsigned integral type.

In , it is used in the function strftime as the type of its parameter maxsize and as its return value. In both cases it used to express counts of characters.


programming.nbk: Home | Index | Next Page: size_t strftime(char* ptr, size_t maxsize, const char* format, const struct tm* timeptr); | Previous Page: Search


Notebook exported on Monday, 7 July 2008, 18:56:06 PM Eastern Daylight Time