Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 687 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 687 Bytes

Tanc

Tanc (pronounced /tæŋk/, like "tank") is a simple, fast ANSI C library for debugging and logging. It is designed to be easy to use and to integrate into your project as a portable, single-file library. It aims to help you crush through barriers and protestors when doing your work in the year 1989, or finishing your homework from courses with some idiotic requirements in modern times.

Features

  • Simple, easy to use API
  • No dependencies
  • Single-file library
  • ANSI C compatible
  • Heavily commented source code

How to use

  1. Copy tanc.h, tanc.conf.h and tanc.c into your project.
  2. Include tanc.h in your source files.
  3. Edit tanc.conf.h to your liking.