MCPcopy Create free account
hub / github.com/antirez/smallchat / InputBuffer

Class InputBuffer

smallchat-client.c:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117
118#define IB_MAX 128
119struct InputBuffer {
120 char buf[IB_MAX]; // Buffer holding the data.
121 int len; // Current length.
122};
123
124/* inputBuffer*() return values: */
125#define IB_ERR 0 // Sorry, unable to comply.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected