File: decomp.h

package info (click to toggle)
lie 2.2.2%2Bdfsg-4
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 1,036 kB
  • sloc: ansic: 12,761; yacc: 395; makefile: 111; sh: 4
file content (12 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12


void wt_init(index r);
void wt_ins(entry* p, bigint* c, boolean neg);
poly* wt_collect(void);

void char_init(object g);
poly* char_decomp(void);
poly* Decomp(poly* p);
poly* Vdecomp(poly* p);