diff options
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 |