mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-09-10 04:10:00 +00:00
Add validation that last commit also fixed #94
This commit is contained in:
+13
@@ -45,6 +45,19 @@
|
||||
};
|
||||
|
||||
int32_t saladBowlInit(SaladBowl *bowl, uint16_t sizeInBytes, uint16_t headerSizeInBytes);
|
||||
void saladBowlBase(void);
|
||||
void saladBowlTop(void);
|
||||
|
||||
/* inlines containing function calls look like function prototypes too */
|
||||
inline void inlineSaladKit(void)
|
||||
{
|
||||
{
|
||||
saladBowlBase();
|
||||
}
|
||||
{
|
||||
saladBowlTop();
|
||||
}
|
||||
}
|
||||
|
||||
:source:
|
||||
:header: |
|
||||
Reference in New Issue
Block a user