1: /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
   2: /* def.wseg.h - version 1.0.2 */
   3: 
   4: #ifndef NOWORM
   5: /* worm structure */
   6: struct wseg {
   7:     struct wseg *nseg;
   8:     xchar wx,wy;
   9:     unsigned wdispl:1;
  10: };
  11: 
  12: #define newseg()    (struct wseg *) alloc(sizeof(struct wseg))
  13: #endif NOWORM

Defined struct's

wseg defined in line 6; used 42 times

Defined macros

newseg defined in line 12; used 4 times

Usage of this include

Last modified: 1985-10-01
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1655
Valid CSS Valid XHTML 1.0 Strict