Page 1 of 1

where is size_t define?

Posted: Fri Apr 28, 2017 7:39 am
by wziy520
There are many function pass in size_t variables, but not get any typedef for size_t,

Where to find it? build my code about encrypt will pop warning

Re: where is size_t define?

Posted: Fri Apr 28, 2017 8:26 am
by ESP_igrr
size_t is defined in <stddef.h>

you can find this file under xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/5.2.0/include/