#include #include #include void putsnarf(char *snarf) { _displaywrsnarf(display, snarf); } char* getsnarf(void) { return _displayrdsnarf(display); }