mirror of
https://github.com/cesanta/mongoose.git
synced 2025-06-11 03:46:25 +08:00
230 B
230 B
title | decl_name | symbol_kind | signature |
---|---|---|---|
mbuf_init() | mbuf_init | func | void mbuf_init(struct mbuf *, size_t initial_capacity); |
Initialises an Mbuf.
initial_capacity
specifies the initial capacity of the mbuf.