* ccl2ecl();
*/
-ccl2ecl()
+void ccl2ecl()
{
int i, ich, newlen, cclp, ccls, cclmec;
* NUL_mapping is the value which NUL (0) should be mapped to.
*/
-mkeccl( ccls, lenccl, fwd, bck, llsiz, NUL_mapping )
+void mkeccl( ccls, lenccl, fwd, bck, llsiz, NUL_mapping )
Char ccls[];
int lenccl, fwd[], bck[], llsiz, NUL_mapping;
* mkechar( tch, fwd, bck );
*/
-mkechar( tch, fwd, bck )
+void mkechar( tch, fwd, bck )
int tch, fwd[], bck[];
{