Function type
From: Profetas (xuxu_18_at_yahoo.com)
Date: 07/10/04
- Next message: Ben Pfaff: "Re: Executing a process within c"
- Previous message: Witless: "A problem to solve..need help"
- Next in thread: Pedro Graca: "Re: Function type"
- Reply: Pedro Graca: "Re: Function type"
- Reply: Emmanuel Delahaye: "Re: Function type"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 10 Jul 2004 14:34:06 -0400
I have the following printf
printf("%s ",get_var_type(type));
How do I make the get_var_type(type) return a char *type ?
or do I have to return the address?
Let me clarify.
I have a function that will receive a "string" as a parammeter and I would
like to return a "string"
notr "string" means pointer to a char
- Next message: Ben Pfaff: "Re: Executing a process within c"
- Previous message: Witless: "A problem to solve..need help"
- Next in thread: Pedro Graca: "Re: Function type"
- Reply: Pedro Graca: "Re: Function type"
- Reply: Emmanuel Delahaye: "Re: Function type"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|