PetscErrorCode PetscVSNPrintf(char *str,size_t len,const char *format,size_t *fullLength,va_list Argp)
str | - location to put result | |
len | - the amount of space in str + format - the PETSc format string | |
fullLength | - the amount of space in str actually used. |
Note: No error handling because may be called by error handler
Level:developer
Location:src/sys/fileio/mprint.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages