Hello everyone,
I am trying to understand the library variants provided by the lpcxpressov8.2.2. According to What are none, nohost and semihost libraries? the none variant will not provide stubs for all file-based I/O and some string and memory handling functions.
What all are the memory and string function it will not provide stubs?
Does it provide stubs for malloc() and free()?