This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Where is scanf defined?

Hi Nordic!

On the radio_test example, the functions scanf and printf are heavily used, however, I haven't found where they are defined. This example is reading the data from the UART port, but there doesnt seem to be any implementation of the scanf function to read from there.

I have found stdio.h on the gcc-arm folder, but no .c implementation. How is the data being read form the UART?

Related