mg_printf.md 257 Bytes
Newer Older
1 2 3 4 5 6 7 8
---
title: "mg_printf()"
decl_name: "mg_printf"
symbol_kind: "func"
signature: |
  int mg_printf(struct mg_connection *, const char *fmt, ...);
---

9
Sends `printf`-style formatted data to the connection.
10 11 12

See `mg_send` for more details on send semantics.