dtype.h

来自「用来计算不同oscillator下」· C头文件 代码 · 共 41 行

H
41
字号
/*------------------------------------------------------------------------------
;  This file is part of the RLC instruction
;  Copyright (c)
;  Version: 1.0 
;-------------------------------------------------------------------------------
;  Filename:
;  dtype.h
;  Function:   
;
;  Author:
;  pirate
;     
;  Writedate:
;  Oct.15 2005
;  Moddate(latest):
;  Oct.15 2005
;-------------------------------------------------------------------------------
*/
#ifndef _DTYPE_H
#define _DTYPE_H

//--------------------------------------
// Included files
//--------------------------------------
#include <intrins.h>

//--------------------------------------
// Local Definitions and Types
//--------------------------------------
typedef unsigned char uchar;
typedef unsigned int uint;
typedef signed char schar;
typedef signed int sint; 

//define extern function in library
#define nop() _nop_();

//------------------------------------------------------------------------------
//
#endif

⌨️ 快捷键说明

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