/* * $Id: top_usage.cpp 113 2009-04-14 18:39:12Z rosiere $ * * [ Description ] * */ #include "Behavioural/@DIRECTORY/SelfTest/include/top.h" void top::usage ( #ifdef MTI_SYSTEMC int argc, const char * const * argv #else int argc, char * argv[] #endif ) { msgError (_(" %s name_instance list_params.\n"),argv[0]); msgError (_("list_params is :\n")); msgError (_(" * ()\n")); exit (1); }