File: init.h

package info (click to toggle)
lie 2.2.2%2Bdfsg-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 1,000 kB
  • ctags: 1,801
  • sloc: ansic: 12,761; yacc: 395; makefile: 150; 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);