This commit is contained in:
Jdhggg 2025-03-17 13:56:38 +08:00
parent 067f468747
commit 04f1297d95
4 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,10 @@
 main.c
sq_list.c
L:\Documents\GitHub\learn_code\sq_list.h(1,1): warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失
(编译源文件“L:/Documents/GitHub/learn_code/main.c”)
L:\Documents\GitHub\learn_code\sq_list.h(1,1): warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失
(编译源文件“L:/Documents/GitHub/learn_code/sq_list.c”)
正在生成代码...
L:\Documents\GitHub\learn_code\main.c(9,1): error C4700: 使用了未初始化的局部变量“list”

View File

@ -0,0 +1 @@


View File

@ -0,0 +1,2 @@
PlatformToolSet=v143:VCToolArchitecture=Native32Bit:VCToolsVersion=14.43.34808:TargetPlatformVersion=10.0.26100.0:
Debug|Win32|C:\code\lencode\Project2\|