#include "interface.h"

/* This is called from main.c */
int blah(int foo)
{
  return(2*foo);
}
