#ifndef H_IO #define H_IO /* print a line to the debug textIO module */ void dbgln(char* text, int len); /* alphabet for itoa */ char* itoa (int value, char* str, int base); #endif