News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

Status of size_t?

Started by Romashka, October 10, 2010, 09:16:57 PM

Previous topic - Next topic

Romashka

size_t is highlighted as a built-in type, but it is not listed on "C type specifiers" help page
It is defined in a couple of files, but right-clicking on it doesn't show "Go to definition of: size_t"

If Pelles C treats size_t as a built-in type - it should be on "C type specifiers" help page and perhaps "Storage of basic C types" too,
if it should be a definition - it should not be hightlighted as built-in type, and should have "Go to definition of: size_t" option when right-clicking on it.

Pelle

There is nothing special with size_t, it's basically highlighted just for me for historical reasons. Try to ignore it.
/Pelle