#include <stdio.h>
#include <math.h>
#include <string.h>
#include <ctype.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
#include </mit/cds/languages/elk/src/scheme.h>
#include <fcntl.h>

Object Foo2(Object a)
{
Check_Type(a, T_Fixnum);


}
void init_foo2() {
Define_Primitive(Foo2, "foo2", 1, 1, EVAL);
}
