Organize project structure-step 2
This commit is contained in:
parent
c2b087217a
commit
82f6197e56
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
#include "xcmd.h"
|
||||
#include "../inc/xcmd.h"
|
||||
#include "malloc.h"
|
||||
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
#include "xcmd_default_cmds.h"
|
||||
#include "../inc/xcmd_default_cmds.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
static xcmder_t *g_cmder = NULL;
|
|
@ -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"
|
Loading…
Reference in New Issue