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 FunctionsPUTCHARSynopsis#include int putchar (int c)DescriptionThe putchar() function is a putc() operation on stdout, defined in stdio.h.Example#include char * x = "This is a string";voidmain (void){char * cp;}cp = x;while(*x)putchar(*x++);putchar(’\n’);See Alsoputc(), getc(), freopen(), fclose()Return ValueThe character passed as argument, or EOF if an error occurred.180

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

Saved successfully!

Ooh no, something went wrong!