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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-01-24
|
189 b
|
11 lines
#include <ansidecl.h>
#include <stdlib.h>
#undef div
#undef ldiv
#include <gnu-stabs.h>
function_alias(div, ldiv, div_t, (num, denom),
DEFUN(div, (num, denom), int num AND int denom))