Commit 681196e2 authored by Evelyn's avatar Evelyn Committed by GitHub

Update mg_fopen.md

parent 836ad5eb
...@@ -6,7 +6,7 @@ signature: | ...@@ -6,7 +6,7 @@ signature: |
FILE *mg_fopen(const char *path, const char *mode); FILE *mg_fopen(const char *path, const char *mode);
--- ---
Open the given file and return a file stream. Opens the given file and returns a file stream.
`path` and `mode` should be UTF8 encoded. `path` and `mode` should be UTF8 encoded.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment