14 lines
154 B
C
14 lines
154 B
C
|
// Do nothing
|
||
|
void USERD_exit_routine
|
||
|
(
|
||
|
void
|
||
|
)
|
||
|
{
|
||
|
#ifdef ENSIGHTDEBUG
|
||
|
Info << "Entering: USERD_exit_routine" << endl
|
||
|
<< flush;
|
||
|
#endif
|
||
|
|
||
|
}
|
||
|
|