]> git.ozlabs.org Git - ccan/commit
membuf: new module for linear memory buffers.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 17 Sep 2018 01:17:42 +0000 (10:47 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 17 Sep 2018 01:17:42 +0000 (10:47 +0930)
commit86d30436820cacfc872de2ba518dd0b54b544647
tree7b2ddce92cf01d8365f89b3f75605f743b8eb2ab
parenta8722345053b7cd860499aa31fd6bb414c120cc8
membuf: new module for linear memory buffers.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/membuf/LICENSE [new symlink]
ccan/membuf/_info [new file with mode: 0644]
ccan/membuf/membuf.c [new file with mode: 0644]
ccan/membuf/membuf.h [new file with mode: 0644]
ccan/membuf/test/run.c [new file with mode: 0644]