mirror of
https://github.com/meekrosoft/fff
synced 2026-01-29 11:14:27 +01:00
Add example for the weak linking
This commit is contained in:
4
examples/weak_linking/test/display.fake.c
Normal file
4
examples/weak_linking/test/display.fake.c
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
#include "display.fake.h"
|
||||
DEFINE_FAKE_VALUE_FUNC( bool, display_init );
|
||||
DEFINE_FAKE_VOID_FUNC( display_update, const char* );
|
||||
Reference in New Issue
Block a user