intbuf            363 ompi/errhandler/errhandler_predefined.c                 char intbuf[32];
intbuf            364 ompi/errhandler/errhandler_predefined.c                 snprintf(intbuf, 32, "%d", *error_code);
intbuf            365 ompi/errhandler/errhandler_predefined.c                 out("*** Error code: %d (no associated error message)\n", intbuf);