Split up the module init function into separate C functions per setup step as...
Split up the module init function into separate C functions per setup step as it can get fairly lengthy for complex modules, e.g. with many extension types. This hopefully reduces the function complexity that the C compiler must handle.
Showing
Please register or sign in to comment