Update linsus

This commit is contained in:
MrLetsplay 2022-08-29 14:59:02 +02:00
parent 51791ce9e4
commit 1ef3ac523a
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
{ {
"files.associations": { "files.associations": {
"unistd.h": "c", "unistd.h": "c",
"mman.h": "c" "mman.h": "c",
"cdb_sustem.h": "c"
} }
} }

View File

@ -1,4 +1,4 @@
#include "../cdb_Sustem.h" #include "../cdb_sustem.h"
#define _GNU_SOURCE #define _GNU_SOURCE
#include <unistd.h> #include <unistd.h>
#include <sys/types.h> #include <sys/types.h>

View File

@ -1,4 +1,4 @@
#include "../cdb_Sustem.h" #include "../cdb_sustem.h"
#include <stdlib.h> #include <stdlib.h>
// Memory API // Memory API