www.pudn.com > klt1.3.3.zip > error.h, change:1998-10-07,size:305b


/*********************************************************************
 * error.h
 *********************************************************************/

#ifndef _ERROR_H_
#define _ERROR_H_

#include 
#include 

void KLTError(char *fmt, ...);
void KLTWarning(char *fmt, ...);

#endif