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 FunctionsPUTSSynopsis#include int puts (const char * s)DescriptionThe puts() function writes the string s to the stdout stream, appending a newline. The null characterterminating the string is not copied.ExampleSee Also#include voidmain (void){puts("Hello, world!");}fputs(), gets(), freopen(), fclose()Return ValueEOF is returned on error; zero otherwise.182

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

Saved successfully!

Ooh no, something went wrong!