mirror of
https://github.com/meekrosoft/fff
synced 2026-01-26 09:51:37 +01:00
5 lines
150 B
C
5 lines
150 B
C
|
|
#include "error.fake.h"
|
|
DEFINE_FAKE_VOID_FUNC( runtime_error, const char* );
|
|
DEFINE_FAKE_VALUE_FUNC( char*, runtime_error_nice_print, const char* );
|