hola 9amigo,

 ===
 is this a legal declaration?:
 struct color      convert_position_to_color(struct
position pos);
  Or should I do typedef first?

 pcc complains about multiple declaration when function is defined.


I guess you're not including the right header or declaring some struct before
declaring the function, which looks fine, although I preffer typdefs

 =====
 how do I quit 'con'  ??



from the man page : )

The control–\ character is a local escape. It prompts with >>>.
Legitimate responses to the prompt are
...
q     Exit.
...

--
Federico G. Benavento

Reply via email to