The external function declarations should be made immediately following the
'#include' statement in the 'veriuser.c' file shipped with your Verilog-XL
release tape.  

The usertask definitions below should be added to the 'veriusertfs' table
in the 'veriuser.c' file shipped with your Verilog-XL release tape.



extern tg_check(), tg_call(), tg_misc(), tg_summary_call();

{usertask, 0, tg_check, 0, tg_call, tg_misc, "$toggle_test", 1},
{usertask, 0, 0, 0, tg_summary_call, 0, "$toggle_test_summary", 0},
