toys

toys.git
git clone git://git.lenczewski.org/toys.git
Log | Files | Refs | README | LICENSE

README (457B)


      1 toys
      2 ==============================================================================
      3 A small collection of C data structures, algorithms, and macros that I have
      4 used in the past. Written in (reasonably) portable C99. Includes basic test
      5 programs. Includes some commentary for each toy.
      6 
      7 toys: Building
      8 ------------------------------------------------------------------------------
      9 To build, simply run `build.sh`. Similarly, to clean, simply run `clean.sh`.