Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

What C library functions are supported

Is there some documentation listing what C library functions are supported? For example if I use the Keil IDE to look for FILE I find it. But if I look for 'fread' it says it is undefined. strcpy exists. So does memset. How can we find what exists and what does not? Some of the ones that would be questionable are the time-related functions, file creates, reads, and writes, and anything to do with semaphores.

Parents Reply Children
Related