![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| awk field declaration?? | tonet | Shell Programming and Scripting | 1 | 09-12-2007 09:23 AM |
| How to typedef | krishna_sicsr | High Level Programming | 1 | 06-01-2007 12:04 AM |
| Help with variable declaration | dsravan | Shell Programming and Scripting | 1 | 12-08-2006 03:15 PM |
| Conflicting 'typedef' error - Which gcc switch to use? | amitc | SUN Solaris | 0 | 09-18-2006 12:39 PM |
| Variable declaration | laila63 | High Level Programming | 2 | 07-07-2004 04:37 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
typedef struct forward declaration
I've google a bit about this and couldn't find an answer. Actually I read that it can't be done.
Basically I've defined the following structure and typedef it as follows. Code:
stuct Name {
};
typdef struct Name Name.
Code:
void blabla(Name* param); etc... What's the best way to proceed ? Thanks in advance, S. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|