Add validation that last commit also fixed #94

This commit is contained in:
Mark VanderVoord
2026-06-26 14:29:34 -04:00
parent 55dd1f1ce5
commit dc34a9000c
@@ -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: |