egg: Add decoder for decimal data, analogous to the hex decoder.
authorStef Walter <stefw@collabora.co.uk>
Mon, 12 Sep 2011 14:58:03 +0000 (16:58 +0200)
committerStef Walter <stefw@collabora.co.uk>
Tue, 27 Sep 2011 07:22:58 +0000 (09:22 +0200)
commit08c238dcd77bd645d216c8e7c6e4bbc68c1a7b80
tree4f97070d9cf30a8a744c070ef5a645b8b41d4685
parent5658fca73b9783b08949fca8db984c1e1436503a
egg: Add decoder for decimal data, analogous to the hex decoder.
egg/Makefile.am
egg/egg-decimal.c [new file with mode: 0644]
egg/egg-decimal.h [new file with mode: 0644]
egg/tests/Makefile.am
egg/tests/test-decimal.c [new file with mode: 0644]