#include "blah.h"

int blah(int foo)
{
  return(2*foo);
}
