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

📄 osdep.h

📁 该文件是rt_linux
💻 H
字号:
#ifndef	__OSDEP_H__#define __OSDEP_H__/* * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2, or (at * your option) any later version. */#if	defined(__linux__) || defined(__FreeBSD__) || defined (__MIPSEB__)#define	ETHERBOOT32#define ntohl(x) (x)#define htonl(x) (x)#define ntohs(x) (x)#define htons(x) (x)#endif/* ANSI prototyping macro */#ifdef	__STDC__#define	P(x)	x#else#define	P(x)	()#endif#endif/* * Local variables: *  c-basic-offset: 8 * End: */

⌨️ 快捷键说明

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