meaning of typedef ...and something more

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi, my question is about the meanig of qualifiers in combination with 
typedefs. For example:

typedef int function1();
typedef int function2();
...
typedef function1 transition1;
typedef function2 transition2;
...
int Def_Fun( volatile transition1);
int Def_Fun( volatile transition2 const);

Specífically, between functionX and transitionX, and before functionX we can 
add pointer, volatile and const, but what are the meanings of this 
cualifiers in that places.
Someone can help us?. Thanks!



--
Departamento de Computaciòn
Universidad Nacional de Río Cuarto


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux