Where can I find details of the parts of unistd.h an ESP8266 supports under Arduino?
For example, if I try to getpid()
, the code compiles, but the linker says it can’t find the symbol. I’m just curious what all does work out of those functions.
Thank you!