On Sat, May 3, 2008 at 7:37 PM, Robert Ryan <[EMAIL PROTECTED]> wrote:
>
>   #include<stdio.h>
>
>   void order_chars(char *);

>   void order_char(char *arr)
>   {

You declare order_chars but only define (but do not declare) order_char

-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
 If I were to divulge it, it would overturn the world."
 -- Jelaleddin Rumi

Reply via email to