-
released this
2025-12-21 12:41:21 +01:00 | 0 commits to master since this release- const variables get a definition for initialization
const variable = variable_INIT - ..._init definitions can be overwritten with an optional header
stub_stubname_init.h
Downloads
- const variables get a definition for initialization
-
First release Stable
released this
2021-12-30 22:23:29 +01:00 | 2 commits to master since this release- More flexibel include organisation in stubs
Stub c-files include only necessary header and the corresponding user header. All stub specifics must be set in the stub user header. - Support for stubbing functions with variable parameter list (va_list)
Variable parameters cannot be checked (yet). - Include stubser version in generated stubs
Downloads
- More flexibel include organisation in stubs