Revision: | 93 |
Committed: | Sat Jan 17 23:24:55 2009 UTC (13 years, 4 months ago) by wdelano | File size: | 162 byte(s) |
Log Message: | branch created |
Line | File contents |
---|---|
1 | EXTERN struct t_attached { |
2 | int *n13, *n14; |
3 | int **i13, **i14; //**i13[12][MAXATOM ], **i14[144][MAXATOM ]; |
4 | } attached; |
5 | |
6 | void attach(void); |