Content deleted Content added
m +cat |
JorgePeixoto (talk | contribs) mNo edit summary |
||
Line 5:
==Opening a file using <tt>fopen</tt>==
A file is opened using <code>'''fopen'''</code>, which returns an I/O [[stream]] attached to the specified file or other device from which reading and writing can be done. If the function fails, it returns
They are defined as
|