ESP32 memmem?
Posted: Mon May 21, 2018 9:24 pm
Hi there,
I am trying to use the memmem function from newlib, but I'm getting "error: implicit declaration of function 'memmem'", despite including "string.h".
I can see code for memmem in the newlib code for the esp32...is it for some reason not included in the IDF?
I imagine there is some silly reason I'm missing...would appreciate guidance.
Running IDF V3.0 release (2018-05-16)
Thank you!
I am trying to use the memmem function from newlib, but I'm getting "error: implicit declaration of function 'memmem'", despite including "string.h".
I can see code for memmem in the newlib code for the esp32...is it for some reason not included in the IDF?
I imagine there is some silly reason I'm missing...would appreciate guidance.
Running IDF V3.0 release (2018-05-16)
Thank you!