Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (113 Bytes)

1
#include <stdio.h>
2

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