DORSETRIGS
Home

misra (1 post)


posts by category not found!

How to return an address of a const struct member in compliance to MISRA from a C function?

Returning Addresses of Const Struct Members in C A MISRA Compliant Approach This article will delve into a common challenge faced by C developers working under

2 min read 30-08-2024 82
How to return an address of a const struct member in compliance to MISRA from a C function?
How to return an address of a const struct member in compliance to MISRA from a C function?