编程基础


原文链接: 编程基础

Google 开源项目风格指南
使用 getopt() 进行命令行处理
C/C++ 中的0长数组(柔性数组)

EOF是ASCII码为255的字符,对应的有符号数是-1
#define EOF (-1)
Windows Ctrl-Z
Linux Ctrl-D

Linux如何查看与/dev/input目录下的event对应的设备

ls /dev/input #查看所有Input输入事件 event0~x
cat /proc/bus/input/devices #查看event和input 关联

查看中断

cat /proc/interrupts

`