Loading

随笔分类 -  C

C语言相关内容
摘要:Postgresql 使用Vscode开发指南 depends libraries sudo apt install -y libsystemd-dev libxml2-dev libssl-dev libicu-dev zlib1g-dev libreadline-dev pkg-config 编 阅读全文
posted @ 2023-01-31 16:05 microestc 阅读(1983) 评论(1) 推荐(0)
摘要:头文件 #include <stdio.h> #include <stddef.h> #define bool int #define Bool bool #define BOOL bool #define BOOLEAN bool #define true (1) #define True (1) 阅读全文
posted @ 2022-08-08 09:45 microestc 阅读(119) 评论(0) 推荐(0)