dnsclear.c

来自「lwIP-Softools-11Jul2002-alpha」· C语言 代码 · 共 20 行

C
20
字号
/* * DNS client subsystem. * * (C) 2002 Compendium Technologies, Inc. * (C) 2002 Softools, Inc. * All rights reserved. * * This software is the proprietary information of Compendium Technologies, Inc. * and Softools, Inc. Use is subject to license terms. */#include "dns.h"/** * Clear out all of the name servers */void dnsClear(){    numNameServers = 0;}

⌨️ 快捷键说明

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