error2.h
来自「linux下开发的soap协议。建议大家学习学习!」· C头文件 代码 · 共 35 行
H
35 行
/* error2.hThe contents of this file are subject to the Mozilla Public License Version 1.1(the "License"); you may not use this file except in compliance with theLicense. You may obtain a copy of the License athttp://www.cs.fsu.edu/~engelen/gsoapcompilerlicense.htmlSoftware distributed under the License is distributed on an "AS IS" basis,WITHOUT WARRANTY OF ANY KIND, either express or implied. See the Licensefor the specific language governing rights and limitations under the License.The Original Code is ''gSOAP compiler'' consisting of:error2.c, error2.h, init2.c, soapcpp2.c, soapcpp2.h, soapcpp2.l, soapcpp2.y, symbol2.c.The Initial Developer of the Original Code is Robert A. van Engelen.Copyright (C) 2000-2002 Robert A. van Engelen. All Rights Reserved.*/extern char errbuf[];#ifdef WIN32extern soapcpp2error(char*);#elseextern yyerror(char*);#endifextern lexerror(const char*);extern synerror(const char *);extern semerror(const char *);extern semwarn(const char *);extern typerror(const char*);extern execerror(const char*);extern progerror(const char*, const char*, int);extern errstat();
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?