diff options
author | tmk <nobody@nowhere> | 2010-08-23 15:46:24 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2010-08-23 23:11:14 +0900 |
commit | 3b31337cd8a5fe8b02924f2056ad2648a028c563 (patch) | |
tree | 060cc2413f74f89c957655d3fe954ac58c3ae42d /print.h | |
parent | c17f07819ffeb119a09d4acdfa5097b272d2e2f9 (diff) |
perform nomal keyboard behavior. It works now!!!
Diffstat (limited to 'print.h')
-rw-r--r-- | print.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,5 +13,6 @@ void print_P(const char *s); void phex(unsigned char c); void phex16(unsigned int i); void pbin(unsigned char c); +void pbin_reverse(unsigned char c); #endif |