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

#include "bond.h"

void
init_bond (bond * b, int f, int s)
{
  b->first = f;
  b->second = s;
}
Modified: Mon May 19 16:00:00 1997 GMT
Page accessed 3834 times since Sat Apr 17 22:46:12 1999 GMT