Both `vasprintf` and `vsprintf` seem to be undefined- I understand `vasprintf` is a GNU extension and not ubiquitous, but I was wondering if this was some error on my part or if I'll have to implement this myself. The only thing I'm including in my source is #include "Arduino.h", but I have tried also including <stdio.h> to no avail.
Any help is appreciated.