C standard libraries included in "mbed.h"
I just realized that we don't need to include "cstdlib" in mbed program as it's already included in "mbed.h".
The following C standard libraries hedders are included in mbed.h: stdlib.h, string.h, math.h, time.h.
Please log in to post comments.