Initial version of donated sources by Avertec, 3.4p5.
[tas-yagle.git] / distrib / sources / cbh / cbh_error.h
1 /****************************************************************************/
2 /* */
3 /* Chaine de CAO & VLSI AVERTEC */
4 /* */
5 /* Produit : CBH Version 1.00 */
6 /* Fichier : cbh_error.h */
7 /* */
8 /* (c) copyright 2002 AVERTEC */
9 /* Tous droits reserves */
10 /* */
11 /* Auteur(s) : Antony PINTO */
12 /* */
13 /****************************************************************************/
14
15 #ifndef CBH_ERROR_H
16 #define CBH_ERROR_H
17
18 #include <stdio.h>
19 #include <stdlib.h>
20 #include <string.h>
21
22 extern int cbh_error ( char *msg ,
23 int code );
24
25 #endif