📄 errmsg.h
字号:
/* -*- Mode: C -*- * errmsg.h --- streams error messages * Author : Francisco J. Ballesteros * Created On : Tue May 31 22:25:19 1994 * Last Modified By: Francisco J. Ballesteros * Last Modified On: Tue Sep 26 15:19:24 1995 * Update Count : 2 * RCS Id : errmsg.h,v 1.1.1.2 2003/11/23 19:21:04 brian Exp * Usage : see below :) * Required : see below :) * Status : (Exp) complete, untested, compiled * Prefix(es) : lis * Requeriments : * Purpose : provide streams errmsg * : * ----------------______________________________________________ * * Copyright (C) 1995 Francisco J. Ballesteros * Copyright (C) 1997 David Grothe, Gcom, Inc <dave@gcom.com> * * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, Cambridge, * MA 02139, USA. * * * You can reach me by email to * nemo@ordago.uc3m.es */#ifndef _ERRMSG_H#define _ERRMSG_H 1#ident "@(#) LiS errmsg.h 2.2 11/23/03 19:21:04 "#ifdef __KERNEL__/* ------------------------------------------------------------------- *//* Symbols *//* ------------------------------------------------------------------- *//* Exported functions & macros *//* * lis_error * * Simple error print */#define lis_error(a,b,msg,arg) printk("LiS:" msg, arg)/* ------------------------------------------------------------------- */#endif /* __KERNEL__ */#endif /*!_ERRMSG_H*//*----------------------------------------------------------------------# Local Variables: ***# change-log-default-name: "~/src/prj/streams/src/NOTES" ***# End: *** ----------------------------------------------------------------------*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -