common.h

来自「第二层隧道模块l2tp源码,开发环境为linux」· C头文件 代码 · 共 17 行

H
17
字号
/* * Layer 2 Tunnelling Protocol Daemon * Copyright (C) 2002 Jeff McAdams * * This software is distributed under the terms of the GPL, which you * should have receivede along with this source. * * Defines common to several different files */#ifndef _COMMON_H_typedef unsigned short _u16;typedef unsigned long long _u64;int rand_source;#define _COMMON_H_#endif

⌨️ 快捷键说明

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