
int | ProTKSprintf |
( char* buffer /* (Out) The buffer into which the output will be printed. */ const char* format_string /* (In) The format string. */ ... /* (In) The variant values to replace the format specifiers included in the string. */ ) |

Value | The number of characters copied into the buffer. |


