| iMatix home page | << | < | > | >> |
SMT Version 2.81 |
#include "smtlib.h" void smt_set_step (const char *step)
Sets the current module 'step'. Used to debug applications: suspect modules can set 'steps': the last of which is displayed when there is a SEGV crash. Must be called with a string (constant) value.
{ cur_step = (char *) step; }
| << | < | > | >> | Copyright © 1996-99 iMatix Corporation |