File: repexpose.lcl

package info (click to toggle)
lclint 1%3A2.4b-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 7,996 kB
  • ctags: 9,589
  • sloc: ansic: 100,034; lex: 2,754; yacc: 2,472; makefile: 835
file content (17 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mutable type abst ;
immutable type immut ;

char **globstring;

only abst abst_create (dependent abst p, only char *x, int i) 
   char **globstring; { }

only char *abst_name (abst a) { }
int abst_val (abst a) { }
int *abst_aval (abst a) { }
only abst abst_parent (only abst a) { }
dependent char *immut_name (immut im) { }
void abst_setIm (abst a, immut im) { }
immut abst_getIm (abst a) { }