mikroElektronika PIC Microcontrollers PIC12 User Manual page 301

Mikroc user's manual
Table of Contents

Advertisement

mikroC
making it simple...
ldiv
Prototype
ldiv_t ldiv(long numer, long denom);
Description
Function is similar to the
ture members all have type
Function computes the result of the division of the numerator
denom
remainder (
labs
Prototype
long labs(long num);
Description
Function returns the absolute (i.e. positive) value of a long integer
max
Prototype
int max(int a, int b);
Description
Function returns greater of the two integers,
min
Prototype
int min(int a, int b);
Description
Function returns lower of the two integers,
MikroElektronika: Development tools - Books - Compilers
function, except that the arguments and the result struc-
div
long
; function returns a structure of type
).
rem
mikroC - C Compiler for Microchip PIC microcontrollers
.
comprising quotient (
div_t
and
.
a
b
and
.
a
b
by the denominator
numer
) and
quot
.
num
293
page

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the PIC Microcontrollers PIC12 and is the answer not in the manual?

This manual is also suitable for:

Pic microcontrollers pic16Pic microcontrollers pic18

Table of Contents