Exemplo n.º 1
0
/*
 * Bridge:  s
 */
c_t *
T_s( const i_t p_i )
{
  current_tbuf = ( current_tbuf + 1 ) % T_number_of_bufs;
  return Escher_itoa( tbuf[ current_tbuf ], p_i );
}
Exemplo n.º 2
0
/*
 * Bridge:  s
 */
c_t *
T_s( const i_t p_i )
{
  return Escher_itoa( p_i );
}