File: init.h

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


extern object defaultgrp, grp;
extern bigint* one,* null,* minus_one;
extern intcel* bool_false,* bool_true;
extern object nothing;

void init(void);
boolean Mat_null(object a);
boolean Vec_null(object a);
boolean Pol_null(object a);
poly *poly_one(index r);
poly *poly_null(index r);