Project

General

Profile

Statistics
| Revision:

root / branches / simulator / projects / simulator / libsim / util.h @ 933

History | View | Annotate | Download (94 Bytes)

1

    
2
#define UNIMPLEMENTED printf("Function %s is unimplemented in the simulator.\n", __func__);
3