mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-25 11:39:01 +08:00
849ec1684a
PUBLISHED_FROM=5cd78790a03580aa23dd3d2d8b825ad449083cc2
284 B
284 B
title | decl_name | symbol_kind | signature |
---|---|---|---|
mg_fopen() | mg_fopen | func | FILE *mg_fopen(const char *path, const char *mode); |
Opens the given file and returns a file stream.
path
and mode
should be UTF8 encoded.
Return value is the same as for the fopen()
call.