I know the syntax, the logic of the function. I'd like to know how this works in the background. For example, I gave the function fopen()
, fclose()
, fwrite()
, what am I actually doing? Is it possible to write these functions at hand? As?
If it is not possible, what happens then for me to be able to open files, close, etc ...?
Thank you!