Re: Function Using Pointers
From: Michael B Allen (mba2000_at_ioplex.com)
Date: 01/05/04
- Next message: Ben Pfaff: "Re: supplementary C frequent answers"
- Previous message: Bruno Desthuilliers: "Re: A program that searches screen for words?"
- In reply to: Eirik WS: "Function Using Pointers"
- Next in thread: Arthur J. O'Dwyer: "Re: Function Using Pointers"
- Reply: Arthur J. O'Dwyer: "Re: Function Using Pointers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 05 Jan 2004 16:07:19 -0500
First, if you would like to receive replys to your question, I
recommend removing 'hannibalkannibalATyahooDOTno' from your news reader
configuration for the 'Followup-To' field.
On Mon, 05 Jan 2004 15:43:09 -0500, Eirik WS wrote:
> when I call it using
> myStringClean(&myName);
> I get the warnings
> passing arg 1 of 'myStringClean' from incompatible pointer type.
The declaration of myName is not 'char *myName;'. Perhaps you're using
'char myName[N];'?
Mike
- Next message: Ben Pfaff: "Re: supplementary C frequent answers"
- Previous message: Bruno Desthuilliers: "Re: A program that searches screen for words?"
- In reply to: Eirik WS: "Function Using Pointers"
- Next in thread: Arthur J. O'Dwyer: "Re: Function Using Pointers"
- Reply: Arthur J. O'Dwyer: "Re: Function Using Pointers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|