diff options
Diffstat (limited to 'newlib/libc/stdlib/div.c')
-rw-r--r-- | newlib/libc/stdlib/div.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/newlib/libc/stdlib/div.c b/newlib/libc/stdlib/div.c index 816c3fb..a780a2d 100644 --- a/newlib/libc/stdlib/div.c +++ b/newlib/libc/stdlib/div.c @@ -5,15 +5,10 @@ FUNCTION INDEX div -ANSI_SYNOPSIS +SYNOPSIS #include <stdlib.h> div_t div(int <[n]>, int <[d]>); -TRAD_SYNOPSIS - #include <stdlib.h> - div_t div(<[n]>, <[d]>) - int <[n]>, <[d]>; - DESCRIPTION Divide @tex |