![]()
This module provides standard sprintf functionality based on the xprintf module.
void sprintf(char *s,char *format,...);
Generates a formatted string output in s using the standard printf notation. Refer to the xprintf module for the format specification.
Home | Products | Technical Info | How to Order | Contact Us | Links