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