Skip to content

stanislavsabev/fx-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fx-c

C library with common functions and data structures

  • darr - Dynamic array

String manipulation

  • str - String view
  • String - Owned string

Development setup

Prerequisites

  • C compiler (gcc, clang)

  • make

  • criterion

 sudo apt install -y libcriterion-dev
> make
 Usage:
 make  <target>
 
 Targets:
     h help         *Show this message, default
     b build         Build static
     rb rebuild       Clean and rebuild
     bsh shared        Build shared library
     bt build-tests   Build tests
     t test          Run tests
     c clean         Clean up
     md makedirs      Create buld directories
     f format        Format with clang-format
>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published