How To Write Portable Standard Structs in C
If you're sure your C source code won't ever be ported to or implemented in another UNIX (or UNIX-like) platform apart from Linux, you don't have to worry about this.
However, that may rarely be the case. Best practices and portability concerns may r...
osaruonamen.hashnode.dev2 min read