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.