/*************************************************
 *             エラーメッセージ 表示             *
 *            Program made by K,Ajima            *
 *   Copyright ajiyan soft l.t.d.   1993,12,23   *
 *************************************************/



#ifndef _ERR_HEADER_INCLUDED



#define _ERR_HEADER_INCLUDED



/********************************************************************
 *   エラーメッセージ                                               *
 *     1. エラーコード                                              *
 *     2. メッセージ                                                *
 *     3.     〃                                                    *
 *     n. NULL                                                      *
 ********************************************************************/
extern void _cdecl out_err(int err_code, ... );



#endif

