Moved headers to a subdirectory.
This commit is contained in:
+2
-2
@@ -3,8 +3,8 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "scufcont.h"
|
#include "scufcont/scufcont.h"
|
||||||
#include "DString.h"
|
#include "scufcont/DString.h"
|
||||||
|
|
||||||
ScufContResult SCDString_alloc(SCDString* dstr, const char* str, const size_t len) {
|
ScufContResult SCDString_alloc(SCDString* dstr, const char* str, const size_t len) {
|
||||||
dstr->data = (char*) malloc(sizeof(char) * (len + 1));
|
dstr->data = (char*) malloc(sizeof(char) * (len + 1));
|
||||||
|
|||||||
+1
-1
@@ -1,3 +1,3 @@
|
|||||||
#include "scufcont.h"
|
#include "scufcont/scufcont.h"
|
||||||
|
|
||||||
const char* SCUFCONT_VERSION = _SCUFCONT_VERSION;
|
const char* SCUFCONT_VERSION = _SCUFCONT_VERSION;
|
||||||
|
|||||||
Reference in New Issue
Block a user