void INIT(); void POLYGON(int x, int y, int z, int k, int n); void VIEW(int x1, int y1, int z1, int x2, int y2, int z2); void VSYNC(); void PRINT(char *); void LOCATE(int, int); void CLS(); int STICK(int); int STRIG(int); void print2(char *); char *itoa(int);