/********************************************************* * * Analoge Power Digital * **********************************************************/ #ifndef CARRAY_H_ #define CARRAY_H_ /* Header Files */ #include #include #include /*------------------------------------------------------------------*/ /* Round and Round */ unsigned short int x; unsigned short int y; unsigned short int n1; unsigned short int n2; unsigned short int n3; unsigned short int m1; unsigned short int m2; short int hor1; short int ver1; /* Function */ void counter(); void analog(); void digital(); void hexa(); /*------------------------------------------------------------------*/ #endif