mud/fluffos-2.23-ds03/testsuite/single/tests/efuns/opcprof.c
2020-09-06 05:43:07 -07:00

7 lines
115 B
C

void do_tests() {
#if defined(__OPCPROF__) || defined(__OPCPROF_2D__)
opcprof();
opcprof("/opc");
#endif
}