/ClimCLib

General Collections and physics library in c .

Primary LanguageCGNU Lesser General Public License v3.0LGPL-3.0

///////////////////////////////////////////////////////
//                                                   //
//                  Clim-C-Lib                       //
//              author: Jim Clark                    //
//                                                   //
//    Purpose: A General Purpose Library containing  //
// out of the box Abstract Data types and utility    //
// functions needed in any type of c programming.    //
//                                                   //
//                                                   //
///////////////////////////////////////////////////////


 6/11/2016:
	Version 1.2



	To Build:
		This is a compiler-dependant project, in
	to build, you must run make all and it will be built
	to your default compiler (To use a different one, just
	use make all CC=compilerOfChoice).
		To get future updates, read the TODO file.  I also
	include a tests folder, which i have one file called
	test.  You can use this to test your current build and
	its capabilities.  just run make all and then make test and
	you will have a Test1 executable. In a linux enviornment, you
	just need to run ./Test1 to run it.