?? nat_configure.c
字號(hào):
/* 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);
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -