mg_fwrite.md 243 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
---
title: "mg_fwrite()"
decl_name: "mg_fwrite"
symbol_kind: "func"
signature: |
  size_t mg_fwrite(const void *ptr, size_t size, size_t count, FILE *f);
---

Writes data to the given file stream.

Return value is a number of bytes wtitten.