Initial version of donated sources by Avertec, 3.4p5.
[tas-yagle.git] / distrib / sources / api / api / gen_tree_errors.h
1 /****************************************************************************/
2 /* */
3 /* Chaine de CAO & VLSI Alliance */
4 /* */
5 /* Produit : GENIUS v1.00 */
6 /* Fichier : Count_Errors.h */
7 /* */
8 /* Auteur(s) : Francois DONNET le : 26/04/1999 */
9 /* */
10 /* (c) copyright 1999 Laboratoire MASI equipe CAO & VLSI */
11 /* Tous droits reserves */
12 /* Support : e-mail alliance-support@asim.lip6.fr */
13 /* */
14 /* */
15 /****************************************************************************/
16
17
18 /***************************************************************************/
19 /* Increment and return number of errors */
20 /* If too many errors dump a message and stop the program */
21 /***************************************************************************/
22 extern int Inc_Error();
23
24 /***************************************************************************/
25 /* return the number of error */
26 /***************************************************************************/
27 extern int Get_Error();
28