PetscErrorCode PetscSNPrintfCount(char *str,size_t len,const char format[],size_t *countused,...)Not Collective
str | - the string to print to | |
len | - the length of str | |
format | - the usual printf() format string | |
... | - any arguments that are to be printed, each much have an appropriate symbol in the format argument |
countused | - number of characters used |