This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
coding style: type* variable or type *varible
- From: Rafael Espíndola <rafael dot espindola at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 13 Sep 2005 19:23:39 +0000
- Subject: coding style: type* variable or type *varible
- Reply-to: rafael dot espindola at gmail dot com
I have seen both in gcc. I have found that "type* variable" is
preferred in C++ code but I haven't found any guidelines for C code.
Thanks,
Rafael