Content deleted Content added
TakuyaMurata (talk | contribs) No edit summary |
TakuyaMurata (talk | contribs) mNo edit summary |
||
Line 7:
:<code>FILE * freopen(const char *path, const char *mode, FILE * restrict stream);</code>
In some libraries, <code>mode</code> can include a letter '''b''', which indicates the given file is a [[binary file]]. Without that, a sequence of [[carring return]] and [[line feed]] is automatically regarded as line feed. See [[new line]] for new line issue.
|