1: /*
   2:  * Copyright (c) 1980 Regents of the University of California.
   3:  * All rights reserved.  The Berkeley software License Agreement
   4:  * specifies the terms and conditions for redistribution.
   5:  *
   6:  *	@(#)tutor.h	5.1 (Berkeley) 5/29/85
   7:  */
   8: 
   9: struct situatn  {
  10:     int brd[26];
  11:     int roll1;
  12:     int roll2;
  13:     int mp[4];
  14:     int mg[4];
  15:     int new1;
  16:     int new2;
  17:     char    *(*com[8]);
  18: };

Defined struct's

situatn defined in line 9; used 4 times

Usage of this include

Last modified: 1985-05-29
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1805
Valid CSS Valid XHTML 1.0 Strict