home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / SYSTEM / CLOCK10.ZIP / CLOCKFUN.C < prev    next >
Encoding:
C/C++ Source or Header  |  1990-10-18  |  104 b   |  8 lines

  1. #include "\tc\files\clock.h"
  2.  
  3. void ChangeClockPos(int x, int y)
  4. {
  5.  
  6.     ClockPosition = y*256 + x;
  7. }
  8.