I've actually got various code for other people's WAV player projects. And was going thru them. And when I cannnot recognise what a line is doing, look at my books to see what is said of the code.
As to this function topic, I've not read much on it, but when I read "The only function built into c is sizeof().." it made me think that unless I included a library containing functions such as <stdio.h> ready-made functions are not available. So, I'm think I'm going to find something like printf() in stdio.h and lo and behold, it's not there. I'm obviously not understanding something.
Basically, I don't know how I have access to printf(). I mean, if stdio.h does not contain that function, and it includes functions for input and output, what library will.
As to this function topic, I've not read much on it, but when I read "The only function built into c is sizeof().." it made me think that unless I included a library containing functions such as <stdio.h> ready-made functions are not available. So, I'm think I'm going to find something like printf() in stdio.h and lo and behold, it's not there. I'm obviously not understanding something.
Basically, I don't know how I have access to printf(). I mean, if stdio.h does not contain that function, and it includes functions for input and output, what library will.
Last edited: