Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (113 Bytes)

1 942 bcoltin
#include <stdio.h>
2 933 bcoltin
3
#define UNIMPLEMENTED printf("Function %s is unimplemented in the simulator.\n", __func__);