can_defines.h

来自「ccp」· C头文件 代码 · 共 22 行

H
22
字号
/*******************************************************************************

  File Name   : can_defines.h
  Date        : 14.08.2001
  Version     : 1.0
  Desciption  : Vector definitions

*******************************************************************************/


// -----------------------------------------------------------------------------
// General data types
// -----------------------------------------------------------------------------
typedef unsigned char    canuint8;
typedef signed   char    cansint8;
typedef unsigned short   canuint16;
typedef signed   short   cansint16;
typedef unsigned long    canuint32;
typedef signed   long    cansint32;
typedef unsigned char    canbittype;
// -----------------------------------------------------------------------------

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?