compiler.h
来自「zigbee stack ---msstatePAN」· C头文件 代码 · 共 24 行
H
24 行
//Compiler.h WIN32 C++ Console
#pragma once
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
//char type in ROM memory
typedef char ROMCHAR ;
//Define these compiler labels
//uncomment this if compiler is BIG ENDIAN
//define LRWPAN_COMPILER_BIG_ENDIAN
//uncomment this if compiler does not support recursion
//define LRWPAN_COMPILER_NO_RECURSION
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?