mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-19 16:13:07 +08:00
11 lines
165 B
Markdown
11 lines
165 B
Markdown
|
---
|
||
|
title: "mbuf_clear()"
|
||
|
decl_name: "mbuf_clear"
|
||
|
symbol_kind: "func"
|
||
|
signature: |
|
||
|
void mbuf_clear(struct mbuf *);
|
||
|
---
|
||
|
|
||
|
Removes all the data from mbuf (if any).
|
||
|
|