MPE_Initialized_logging
Indicate whether MPE_Init_log or MPE_Finish_log have been called.Synopsis
#include <stdio.h> #include "mpe.h" int MPE_Initialized_logging ()
Returns
0 if MPE_Init_log has not been called, 1 if MPE_Init_log has been called but MPE_Finish_log has not been called, and 2 otherwise.Location:mpe_log.c