Include our version of string.h, not the build system one.

This commit is contained in:
Martin Whitaker 2022-03-11 17:39:02 +00:00 committed by Martin Whitaker
parent 0873e3b60a
commit 8e600cd9f6

View File

@ -10,7 +10,7 @@
#include <stddef.h>
#include <string.h>
#include "string.h"
//------------------------------------------------------------------------------
// Public Functions