Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 765 Bytes

VITA.md

File metadata and controls

17 lines (14 loc) · 765 Bytes

Welcome to Vita Wiki!

Vita is a general purpose library for quick prototyping with C. It includes various containers, command line arguments parser, logger, functionality to work with paths and files, and many more. No external dependencies.

Contents

  1. Building Vita and project setup
  2. Data structures
  3. Working with files
  4. Handling paths and directories
  5. Parsing command line arguments
  6. Datetime
  7. Logger
  8. Debugging
  9. Get compiler information
  10. Working with sockets

Clone this repo and read more on the web documentation here. Once you have cloned the repository, open the index.html file in your browser.