embeddedartistry / embedded-resources

Embedded Artistry Templates, Documents, and Source Code

Home Page:https://embeddedartistry.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix include paths

phillipjohnston opened this issue · comments

memmove.c: I have to do this:

#include "../string.h"

instead of this:

#include <string.h>

Because I pickup the wrong string.h

Fixed! And resolved with cmake.