ThrowTheSwitch / CMock

CMock - Mock/stub generator for C
http://throwtheswitch.org
MIT License
653 stars 269 forks source link

CMock does not support variadic functions #397

Open dylanlytle opened 2 years ago

dylanlytle commented 2 years ago

As stated in https://github.com/ThrowTheSwitch/CMock/issues/204, cmock does not support variadic functions. I am creating this issue as feature request. There are a lot of scenarios where a debug print provides the only external call with which to validate some logic done in a function.

glarsennordic commented 2 years ago

That issue is from 2019, is it confirmed that CMock still does not support variadic functions?

Related, open issue: https://github.com/ThrowTheSwitch/CMock/issues/129