]> mj.ucw.cz Git - libucw.git/commit
New module: variable-length integer encoding
authorMartin Mares <mj@ucw.cz>
Mon, 25 Mar 2013 15:43:15 +0000 (16:43 +0100)
committerMartin Mares <mj@ucw.cz>
Mon, 25 Mar 2013 15:43:15 +0000 (16:43 +0100)
commit790966f9e1eb198ec8e6374d66c9211b01fd9a12
treef6676e875e5ad83287a5c1023a6be79e3ce2778b
parenta1711ccd6dc6528a5128d471adbd68a2fb8c7d53
New module: variable-length integer encoding

Written by Tomas Valla.
ucw/Makefile
ucw/ff-varint.c [new file with mode: 0644]
ucw/ff-varint.h [new file with mode: 0644]
ucw/ff-varint.t [new file with mode: 0644]
ucw/varint.c [new file with mode: 0644]
ucw/varint.h [new file with mode: 0644]
ucw/varint.t [new file with mode: 0644]