it gives the same response whether or not their is an s (char or chars)

void order_chars(char *arr)   or  
void order_char(char *arr)



Brett McCoy <[EMAIL PROTECTED]> wrote:                             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
 
     
                                       

       
---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it now.

[Non-text portions of this message have been removed]

Reply via email to