⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 port.h

📁 tiff文件开发库
💻 H
字号:
#ifndef _PORT_#define _PORT_ 1#ifdef __cplusplusextern "C" {#endif#include <sys/types.h>typedef unsigned char u_char;typedef unsigned short u_short;typedef unsigned int u_int;typedef unsigned long u_long;#define HOST_FILLORDER FILLORDER_LSB2MSB#define HOST_BIGENDIAN	0#include <stdio.h>#include <unistd.h>#include <string.h>#include <stdlib.h>#include <fcntl.h>typedef double dblparam_t;#ifdef __STRICT_ANSI__#define	INLINE	__inline__#else#define	INLINE	inline#endif#define GLOBALDATA(TYPE,NAME)	extern TYPE NAME#ifdef __cplusplus}#endif#endif

⌨️ 快捷键说明

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