diff options
author | Keith Packard <keithp@keithp.com> | 2011-11-12 18:48:07 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-11-12 18:48:07 -0800 |
commit | 2ba946fea29ff134ffaeaea9d7932f4bd4e953aa (patch) | |
tree | 68b7ebb5bd19fdd115c453ecc8ac3d96388327f6 /src/core/ao.h | |
parent | 20282ef00afe70e3f3193f6f0200254cb2c33e93 (diff) |
altos: Export 'ao_cmd_is_white' for use by other code
This function tests the current input character.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/core/ao.h')
-rw-r--r-- | src/core/ao.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/ao.h b/src/core/ao.h index f57398ce..2139983c 100644 --- a/src/core/ao.h +++ b/src/core/ao.h @@ -349,6 +349,9 @@ ao_cmd_put8(uint8_t v); void ao_cmd_put16(uint16_t v); +uint8_t +ao_cmd_is_white(void); + void ao_cmd_white(void); |