This commit was manufactured by cvs2svn to create tag 'LAST_STABLE'.
[claws.git] / libkcc / outchar.c
blob2d6a9c9b688b0828c42dfd899fdbdb9f55ba7796
1 /*---------------------------------------------------------------------
2 NAME
3 outchar
4 ---------------------------------------------------------------------*/
5 void Kcc_outchar(ddd, c)
6 register int c;
7 char **ddd;
9 **ddd = c; (*ddd)++;