Function movements

* string functions mstr*() are moved to string_utils.c
* allocation wrappers are moved to utils.h
* printf_* functions are moved to log.h

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2018-12-15 17:42:37 +00:00
parent c2c16fb8a1
commit 0cebbc370a
15 changed files with 174 additions and 147 deletions

View File

@ -9,6 +9,7 @@
// FIXME shouldn't need this
#ifdef CONFIG_OPENGL
#define GL_GLEXT_PROTOTYPES
#include <GL/glx.h>
#endif