Commit 83ab4857 authored by Lasse Karstensen's avatar Lasse Karstensen

Front is slightly easier to understand

parent d105f989
......@@ -171,7 +171,7 @@ struct ws {
unsigned overflow; /* workspace overflowed */
const char *id; /* identity */
char *s; /* (S)tart of buffer */
char *f; /* (F)ree pointer */
char *f; /* (F)ree/front pointer */
char *r; /* (R)eserved length */
char *e; /* (E)nd of buffer */
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment