This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: coding style: type* variable or type *varible


Larry Evans wrote:

IIUC, this declares all a, b, and c as char*; yet, the only difference
is the typedef is used to abbreviate the type

as expected, typedef is not like #define, I don't see a problem here



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]