Why can't decrease the size of a struct when substitute old library?
- by solotim
As for C programming, one of the rules when we create new version of existing shared library is that we can't decrease the size of struct defined in that library.
Why does this have to be obeyed?