- Renamed t_s_int, t_int and t_dbl to respectively t_sint, t_uint and t_udbl for clarity

This commit is contained in:
Paul Bakker 2011-04-24 09:11:17 +00:00
parent 23986e5d5d
commit a755ca1bbe
7 changed files with 73 additions and 72 deletions

View file

@ -455,7 +455,7 @@ mpi_mod_int:radix_X:input_X:input_Y:input_A:div_result
{
mpi X;
int res;
t_int r;
t_uint r;
mpi_init(&X, NULL);
TEST_ASSERT( mpi_read_string( &X, {radix_X}, {input_X} ) == 0 );