mongoose/docs/c-api/mg_util.h/mg_fread.md

13 lines
234 B
Markdown
Raw Normal View History

---
title: "mg_fread()"
decl_name: "mg_fread"
symbol_kind: "func"
signature: |
size_t mg_fread(void *ptr, size_t size, size_t count, FILE *f);
---
Reads data from the given file stream.
Return value is a number of bytes readen.