ipv4_def.h

来自「C写的小型操作系统源码」· C头文件 代码 · 共 20 行

H
20
字号
//***********************************************************************/
//    Author                    : Garry
//    Original Date             : Sep,02 2005
//    Module Name               : IPV4_DEF.H
//    Module Funciton           : 
//                                This file contains data type definition for IP version 4.
//
//    Last modified Author      :
//    Last modified Date        :
//    Last modified Content     :
//                                1.
//                                2.
//    Lines number              :
//***********************************************************************/

#ifndef __IPV4_DEF_H__
#define __IPV4_DEF_H__

#endif

⌨️ 快捷键说明

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