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

📄 uderror.c

📁 ftam等标准协议服务器和客户端的源代码。
💻 C
字号:
/* **************************************************************** *                                                              * *  HULA project						* *                                             			* *  program:  	uderror.c                                       * *  author:   	kurt dobbins                                    * *  date:     	3/89                                            * *                                                              * *  This program implements the connectionless tsap unitdata    * *  error handler.						* *								* **************************************************************** *								* *								* *			     NOTICE		   		* *								* *    Acquisition, use, and distribution of this module and     * *    related materials are subject to the restrictions of a    * *    license agreement.					* *								*     *    This software is for prototype purposes only.		* *								* **************************************************************** *//*   *  Cause the message array to get allocated */#define	UDERR_ALLOCATE  1#include <stdio.h>#include <signal.h>#include "tpkt.h"#include "tsap.h"#include "tailor.h"#include "uderrors.h"int	uderror (err)int	err;{}

⌨️ 快捷键说明

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