assert & Str2Int
Posted on August 01, 2012 at 16:21I am trying to use assert () to check amd make sure that my input is an integer. I assign char choice[15]; u32 a; u8 n; then I write n=Str2Int (*choice, *a); and it don't work, error bad argument type. If I chan...