swh:1:snp:7293efff0a0e3c53bcbd00ffc839903d0e184a6a
Raw File
Tip revision: 3ebe7b76043299bc4b6a541b5be0d7012895ca1c authored by Joao Sollari Lopes on 21 November 2017, 15:04:40 UTC
remove binaries folder
Tip revision: 3ebe7b7
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_*/
back to top