forked from 3rd-party/fff
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
build/
|
build/
|
||||||
|
*~
|
||||||
|
|||||||
@@ -10,6 +10,8 @@ $MAX_CALL_HISTORY = 50
|
|||||||
|
|
||||||
def include_dependencies
|
def include_dependencies
|
||||||
putd "#include <stdarg.h>"
|
putd "#include <stdarg.h>"
|
||||||
|
putd "#include <string.h> /* For memset and memcpy */"
|
||||||
|
putd ""
|
||||||
end
|
end
|
||||||
|
|
||||||
def output_constants
|
def output_constants
|
||||||
|
|||||||
2
fff.h
2
fff.h
@@ -27,6 +27,8 @@ SOFTWARE.
|
|||||||
#define FAKE_FUNCTIONS
|
#define FAKE_FUNCTIONS
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
#include <string.h> /* For memset and memcpy */
|
||||||
|
|
||||||
#define FFF_MAX_ARGS (20u)
|
#define FFF_MAX_ARGS (20u)
|
||||||
#ifndef FFF_ARG_HISTORY_LEN
|
#ifndef FFF_ARG_HISTORY_LEN
|
||||||
#define FFF_ARG_HISTORY_LEN (50u)
|
#define FFF_ARG_HISTORY_LEN (50u)
|
||||||
|
|||||||
Reference in New Issue
Block a user