/* * Hacking bonds */ #include "bond.h" void init_bond (bond * b, int f, int s) { b->first = f; b->second = s; }