Split str* and mem* into string.[ch]

This commit is contained in:
marcansoft
2010-02-21 00:10:28 +00:00
parent 4cd41f34ea
commit 9ab7a6c755
15 changed files with 88 additions and 74 deletions

View File

@@ -38,6 +38,7 @@
#include <stdarg.h>
#include "printf.h"
#include "util.h"
#include "string.h"
typedef uint32_t uintmax_t;
typedef int32_t intmax_t;