mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-14 08:39:23 +08:00
11 lines
204 B
Markdown
11 lines
204 B
Markdown
|
---
|
||
|
title: "mbuf_remove()"
|
||
|
decl_name: "mbuf_remove"
|
||
|
symbol_kind: "func"
|
||
|
signature: |
|
||
|
void mbuf_remove(struct mbuf *, size_t data_size);
|
||
|
---
|
||
|
|
||
|
Remove `data_size` bytes from the beginning of the buffer.
|
||
|
|