Confession: I am a novice.
Question: I was checking out stdio.h
, but I could not find the definition of the fopen
function. Can somebody please tell where can I find the definition?
regards,
bug.
the declaration should be in stdio.h (afaik the standard requires this), but it's not likely you're going to find the definition there*. If you are using an open source os, it probably has packages containing source code (containing the definition) you can download. Else, sorry, no definition available.
*supposing the author considers definition to mean the actual implementation whereas declaration rather refers to function prototype
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With