示例#1
0
trap_retval ReqProg_step( void )
{
    return( ReqProg_go() );
}
示例#2
0
unsigned ReqProg_step( void )
{
    return( ReqProg_go() );
}