home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 (Developer) / NS_dev_3.2.iso / NextDeveloper / Source / GNU / cctools / include / stuff / round.h < prev   
Encoding:
C/C++ Source or Header  |  1991-10-18  |  100 b   |  7 lines

  1. /*
  2.  * round() rounds v to a multiple of r.
  3.  */
  4. extern long round(
  5.     long v,
  6.     unsigned long r);
  7.