https://github.com/jsollari/popABC
Tip revision: e6a0334445b5755bb52a0d2209120ee4e251e7b4 authored by Joao Sollari Lopes on 13 November 2017, 18:32:56 UTC
First commit
First commit
Tip revision: e6a0334
turnit.h
/*
@author: joao lopes
@workplace: Reading University
@date: 1st May 2009
*/
#ifndef TURNIT_H_
#define TURNIT_H_
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "mylib.h"
#endif /*TURNIT_H_*/