home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / d / desklib / !DeskLib / h / Ptr < prev    next >
Text File  |  1996-11-06  |  203b  |  6 lines

  1. #ifndef __Desk_Ptr_h
  2. #define __Desk_Ptr_h
  3. #define Desk_Ptr_ROUNDUP(ptr, round) ((void*) ((((int) (ptr)) + (round)-1) & (~((round)-1))))
  4. #define Desk_Ptr_ROUNDUP_WORD(ptr) Desk_Ptr_ROUNDUP(ptr, 4)
  5. #endif
  6.