diff options
Diffstat (limited to 'newlib/libc/stdlib/div.c')
-rw-r--r-- | newlib/libc/stdlib/div.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/stdlib/div.c b/newlib/libc/stdlib/div.c index 2c070de..816c3fb 100644 --- a/newlib/libc/stdlib/div.c +++ b/newlib/libc/stdlib/div.c @@ -19,9 +19,9 @@ Divide @tex $n/d$, @end tex -@ifinfo +@ifnottex <[n]>/<[d]>, -@end ifinfo +@end ifnottex returning quotient and remainder as two integers in a structure <<div_t>>. RETURNS |