CCL Home Page
Up Directory CCL bond.h
/*
 * Hacking bonds
 */

#ifndef BOND_H
#define BOND_H

typedef struct
  {
    int first, second;
  }
bond;

extern void init_bond (bond * b, int f, int s);

#endif
Modified: Mon May 19 16:00:00 1997 GMT
Page accessed 3858 times since Sat Apr 17 22:46:13 1999 GMT