Skip to content

Instantly share code, notes, and snippets.

View VictorEijkhout's full-sized avatar

Victor Eijkhout VictorEijkhout

View GitHub Profile
// -*- c++ -*-
#if defined(IMP_BASE_H)
#else
#define IMP_BASE_H 1
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
using namespace std;