/* ECP: FILEname=fig8_26.c */ /* 1*/ int /* 2*/ Itoa( char Str[ ], int N ) /* 3*/ { /* 4*/ return sprintf( Str, "%d", N ); /* 5*/ }