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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Library FunctionsSSCANF, VSSCANFSynopsis#include int sscanf (const char * buf, const char * fmt, ...)#include #include int vsscanf (const char * buf, const char * fmt, va_list ap)DescriptionThe sscanf() function operates in a similar manner to scanf(), except that instead of the conversionsbeing taken from stdin, they are taken from the string at buf.The vsscanf() function takes an argument pointer rather than a list of arguments. See the descriptionof va_start() for more information on variable argument lists.See Alsoscanf(), fscanf(), sprintf()Return ValueReturns the value of EOF if an input failure occurs, else returns the number of input items.197

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

Saved successfully!

Ooh no, something went wrong!