uderror.c

来自「ftam等标准协议服务器和客户端的源代码。」· C语言 代码 · 共 57 行

C
57
字号
/* **************************************************************** *                                                              * *  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 + =
减小字号Ctrl + -
显示快捷键?