Home
last modified time | relevance | path

Searched refs:formatstr (Results 1 – 1 of 1) sorted by relevance

/petsc/src/sys/tests/
H A Dex37.c12 const char *formatstr = "Greetings %D %3.2f %g\n"; in main() local
19 PetscCall(PetscFormatConvertGetSize(formatstr, &sz)); in main()
26 PetscCall(PetscFormatConvert(formatstr, newformatstr)); in main()