今天看到一种比较另类的C语言函数参数声明的写法, 编译居然能通过, 记录一下.
一种 C 语言参数声明写法
1 | #include <stdio.h> |
一种C语言Hello world的精简形式 (虽然会报出很多Warnings)
1 | main(){printf("Hello, world!");} |
tmp register
A very good way to control temperarily used memory.
1 | #define UNUSED(x) ((void)(x)) |
今天看到一种比较另类的C语言函数参数声明的写法, 编译居然能通过, 记录一下.
1 | #include <stdio.h> |
一种C语言Hello world的精简形式 (虽然会报出很多Warnings)
1 | main(){printf("Hello, world!");} |
A very good way to control temperarily used memory.
1 | #define UNUSED(x) ((void)(x)) |
Update your browser to view this website correctly. Update my browser now
评论
shortname
for Disqus. Please set it in_config.yml
.