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 FunctionsABSSynopsis#include int abs (int j)DescriptionThe abs() function returns the absolute value of j.Example#include #include voidmain (void){int a = -5;}printf("The absolute value of %d is %d\n", a, abs(a));Return ValueThe absolute value of j.118

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

Saved successfully!

Ooh no, something went wrong!