howard/howard.h

8 lines
278 B
C
Raw Normal View History

2021-11-27 16:58:52 +11:00
void colprintf( char *prefix, const char *col, char* format, va_list *args );
void info( char* format, ... );
void err( char* format, ... );
void warn( char* format, ... );
int hextoint(char *hex);
int readresult(hid_device *dev, uint8_t *retbuf);
void showlevel(uint8_t *buf);