hwtests/source/output.h

10 lines
123 B
C
Raw Normal View History

2014-10-26 18:47:14 -07:00
#ifndef OUTPUT_H
#define OUTPUT_H
extern char superStr[];
2014-10-26 18:47:14 -07:00
void drawFrame();
void print(const char* format, ...);
2014-10-26 18:47:14 -07:00
#endif