...
typedef struct _HelloWorld{
int int16_t _do_not_modify;
uint32_t can_access_directly;
} HelloWorld;
Types
For code portability and easier unit testing, please use the types defined in <stdint.h> and <stdbool.h>. The table below summarizes the different possible types and their conversion to the standard types. As you can see, it also saves on a lot of typing.
...