> VecType t; > > VecGetType(b, &t); > Printf("%s\n", t); > > Matt Thanks, but I am getting the same error: error: invalid conversion from 'char**' to 'const char**' Using gcc 4.6.2 Dominik