diff options
Diffstat (limited to 'print.h')
-rw-r--r-- | print.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,5 +12,6 @@ void print_P(const char *s); void phex(unsigned char c); void phex16(unsigned int i); +void pbin(unsigned char c); #endif |