| iMatix home page
| << | < | > | >>
SMT Logo SMT
Version 2.81

 

smt_crash_report

#include "smtlib.h"
char *
smt_crash_report (void)

Synopsis

Returns a formatted string showing the current agent, state, module, step, event, and catch report, if any.

Source Code - (smtlib.c)

{
    static char
        report [512];

    sprintf (report, "Abort at %s:%s:%s (%s, %s)",
                      cur_agent, cur_module, cur_step,
                      cur_state, cur_event);
    return (report);
}

| << | < | > | >> iMatix Copyright © 1996-99 iMatix Corporation