11.07.2015 Views

PicC 9.50 dsPIC Manual.pdf

PicC 9.50 dsPIC Manual.pdf

PicC 9.50 dsPIC Manual.pdf

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Library FunctionsDIVSynopsis#include div_t div (int numer, int demon)DescriptionThe div() function computes the quotient and remainder of the numerator divided by the denominator.Example#include #include voidmain (void){div_t x;}x = div(12345, 66);printf("quotient = %d, remainder = %d\n", x.quot, x.rem);Return ValueReturns the quotient and remainder into the div_t structure.141

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!