Organize project structure-step 2

This commit is contained in:
hqm 2021-09-15 00:15:04 +08:00
parent c2b087217a
commit 82f6197e56
8 changed files with 6 additions and 4 deletions

View File

@ -17,7 +17,9 @@
"C_Cpp_Runner.enableWarnings": true,
"C_Cpp_Runner.warningsAsError": false,
"files.associations": {
"*.json": "c",
"cmath": "c",
"complex": "c"
"complex": "c",
"xcmd_default_keys.h": "c"
}
}

View File

View File

@ -1,4 +1,4 @@
#include "xcmd.h"
#include "../inc/xcmd.h"
#include "malloc.h"

View File

@ -1,4 +1,4 @@
#include "xcmd_default_cmds.h"
#include "../inc/xcmd_default_cmds.h"
#include <stdlib.h>
static xcmder_t *g_cmder = NULL;

View File

@ -1,4 +1,4 @@
#include "xcmd_default_keys.h"
#include "../inc/xcmd_default_keys.h"
#define STR_UP "\x1B\x5B\x41"
#define STR_DW "\x1B\x5B\x42"