00001 #ifndef SYSFUNC_H 00002 #define SYSFUNC_H 00003 00004 int clrscr(); 00005 int bcd2bin(int); 00006 00007 #endif