On Wed, Mar 27, 2019 at 12:40 PM <sylvain.bertr...@gmail.com> wrote:
>
> On Wed, Mar 27, 2019 at 07:43:04AM -0700, Evan Gates wrote:
> Style and the amount of actually used syntax is different.

I'd disagree.  Once you choose a language, any choices about how you
write that language are style.

> > > add a suffix to your type (u8_t, struct my_class_t)
> >
> > Don't do this if you're using anything POSIX.  The _t namespace is
> > reserved for POSIX types.[1]
>
> If I recall properly, I was nesting structs with type names intersecting the C
> keywords (float...), any short suffix will do actually or none if not
> conflicting with anything.

What do you mean by nesting structs?

Reply via email to