Some OS libraries do not provide standard scanf() and printf() functions, but have functions read() and write(). You are to implement your own versions of the missing functions, my_scanf and my_printf.
Some OS libraries do not provide standard scanf