Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 389 Bytes

File metadata and controls

19 lines (17 loc) · 389 Bytes

KLS_lib is a general-purpose C library that tries to be cross-platform.

Some stuff:

  • try / catch
  • threadpool
  • heap
  • timer
  • class-system
  • string calculator
  • list
  • queue
  • vector
  • matrix
  • net / socket manager
  • gui / widgets (unfinished, but it works)
  • regex (done only compilation of pattern)
  • some geometry tasks

Look for usage examples in main.c