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 FunctionsExample#include #include voidmain (void){char buf[80];int i;}gets(buf);i = 0;while(isalnum(buf[i]))i++;buf[i] = 0;printf("’%s’ is the word\n", buf);See Alsotoupper(), tolower(), toascii()154

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

Saved successfully!

Ooh no, something went wrong!