将common文件夹下的c文件移动到lib文件夹下

This commit is contained in:
fslongjin
2022-09-28 21:45:38 +08:00
parent be9ac3d58b
commit 1872d9bd4a
18 changed files with 34 additions and 50 deletions

View File

@ -5,7 +5,7 @@
#include <common/stdio.h>
#include <common/string.h>
#include <common/compiler.h>
#include <common/libELF/elf.h>
#include <common/elf.h>
#include <common/time.h>
#include <common/sys/wait.h>
#include <driver/video/video.h>