/*
  The structure of the "test" verb.
*/
struct test {
/*
  Передаваемые параметры
*/
char     resource[8];
char     test;
/*
  Возвращаемые параметры
*/
char     rc[2];};
