Make ao_cmd_decimal produce both 32 and 16 bit values.
authorKeith Packard <keithp@keithp.com>
Sat, 5 Dec 2009 07:36:54 +0000 (23:36 -0800)
committerKeith Packard <keithp@keithp.com>
Sat, 5 Dec 2009 07:41:19 +0000 (23:41 -0800)
commitc671a3f31f54715284beef5baa4a72ca922e4018
tree2b38738516cf96b66cef381ca3d6d1132f3198b4
parente6d6ad66ce177eb6e49eaa04b1ecc6426f4bbdbf
Make ao_cmd_decimal produce both 32 and 16 bit values.

ao_cmd_lex_u32 is produced in addition to ao_cmd_lex_i so that
functions can easily read 32-bit values from the command line.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/ao.h
src/ao_cmd.c