On 31/5/18 4:14 am, Sebastian Huber wrote:
> ----- Am 30. Mai 2018 um 15:35 schrieb Amaan Cheval amaan.che...@gmail.com:
> 
> [...]
>> Minor, but in most other places in RTEMS, I've seen pointers declared
>> with the asterisk on the variable not on the type ("int *ptr;" instead
>> of "int* ptr;").
> [...]
> 
> The int *ptr; is RTEMS-style,

I follow the style where used.

> the int* ptr is Chis-style 

Yes.

> and also popular in the C++ crowd.

Yes and for good reason.

Chris
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to