home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / d / libc / libc-4.6 / libc-4 / libc-linux / sysdeps / m68k / div.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-01-24  |  189 b   |  11 lines

  1. #include <ansidecl.h>
  2. #include <stdlib.h>
  3.  
  4. #undef    div
  5. #undef    ldiv
  6.  
  7. #include <gnu-stabs.h>
  8.  
  9. function_alias(div, ldiv, div_t, (num, denom),
  10.         DEFUN(div, (num, denom), int num AND int denom))
  11.