📄 cardif_linux.h
字号:
/******************************************************************* * * Licensed under a dual GPL/BSD license. (See LICENSE file for more info.) * * File: cardif_linux.c * * Authors: Chris.Hessing@utah.edu * *******************************************************************/#ifndef _CARDIF_LINUX_H_#define _CARDIF_LINUX_H_// We need a couple of pieces of data to make use of this interface.// Define them here.struct lin_sock_data { int sockInt; struct sockaddr_ll sll;};#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -