1
0
mirror of https://github.com/meekrosoft/fff synced 2026-01-23 00:15:59 +01:00

Merge pull request #16 from CiderMan/master

Fix for issue 8
This commit is contained in:
Mike Long
2016-09-25 19:32:47 +01:00
committed by GitHub
3 changed files with 5 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ $MAX_CALL_HISTORY = 50
def include_dependencies
putd "#include <stdarg.h>"
putd "#include <string.h> /* For memset and memcpy */"
putd ""
end
def output_constants