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

📄 nat_configure.c

📁 vxworks下ppp的实现源码
💻 C
字号:
/* nat_configure.c *//* Copyright 2000-2003 Wind River Systems, Inc. *//* @format.tab-size 4, @format.use-tabs true, @format.new-line lf */#include <string.h>#include <stddef.h>#include <stdio.h>#include "nat.h"#include <vnvrmstr.h>#include "nat_configuration.h"/****************************************************************************/ULONG nat_get_configuration_table_address (void){	return ((ULONG) &nat_configuration_table);}

⌨️ 快捷键说明

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