File:  [ELWIX - Embedded LightWeight unIX -] / libaitpelco / inc / defs.h
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Fri Jan 22 00:57:31 2010 UTC (14 years, 4 months ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

/*************************************************************************
* (C) 2010 AITNET ltd - Sofia/Bulgaria - <misho@aitbg.com>
*  by Michael Pounov <misho@openbsd-bg.org>
*
* $Author: misho $
* $Id: defs.h,v 1.1 2010/01/22 00:57:31 misho Exp $
*
*************************************************************************/
#ifndef __DEFS_H
#define __DEFS_H


#define STRSIZ		256


#define SETERR	pelcoSetErr(errno, strerror(errno));


inline void pelcoSetErr(int eno, char *estr, ...);



#endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>