Changeset 951 for trunk/src/emx/src/lib/bsd/stdlib/imaxdiv.c
- Timestamp:
- Jan 11, 2004, 6:41:29 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/bsd/stdlib/imaxdiv.c
-
Property cvs2svn:cvs-rev
changed from
1.1to1.2
r950 r951 25 25 */ 26 26 27 27 28 #include <sys/cdefs.h> 28 29 __FBSDID("$FreeBSD: src/lib/libc/stdlib/imaxdiv.c,v 1.1 2001/11/15 02:05:03 mike Exp $"); … … 32 33 /* See comments in div.c for implementation details. */ 33 34 imaxdiv_t 34 imaxdiv(intmax_t numer, intmax_t denom)35 (intmax_t numer, intmax_t denom) 35 36 { 36 37 imaxdiv_t retval; -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
