Initial version of donated sources by Avertec, 3.4p5.
[tas-yagle.git] / distrib / sources / tas / stb / stb_fromx.h
1 /****************************************************************************/
2 /* */
3 /* Chaine de CAO & VLSI AVERTEC */
4 /* */
5 /* Produit : AVERTEC global tools */
6 /* Fichier : stb_fromx.h */
7 /* */
8 /* © copyright 2000 AVERTEC */
9 /* Tous droits reserves */
10 /* */
11 /* Auteur(s) : Antony PINTO */
12 /* */
13 /****************************************************************************/
14
15 #ifndef STB_FROMX_H
16 #define STB_FROMX_H
17
18 typedef struct stb_fromX_struct
19 {
20 stbfig_list *STBFIG;
21 inffig_list *INFFIG;
22 double UNIT;
23 } stb_fromX_t;
24
25 int
26 stb_fromX ( stb_fromX_t *fxt,
27 stb_parse *stab);
28
29 int stb_fromX_STEP1_traditional(stb_fromX_t *fxt, stb_parse *stab);
30 int stb_fromX_STEP2_stability(stb_fromX_t *fxt, stb_parse *stab);
31 int stb_fromX_STEP3_finish(stb_fromX_t *fxt, stb_parse *stab);
32
33 #endif