Table of Contents Previous topic Next topic
COMPILER LIBRARY FUNCTIONS->Detailed Descriptions->sprintf()
Summary
#include <stdio.h>
int sprintf(char* buffer, const char* format, ...);
Parameters
     
| buffer | Storage location for output | 
| format | Format control string | 
| ... | Optional arguments to be converted and written |