Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lojo_utils

lojo_utils is a collection of utility functions and libraries written in C.

![NOTE] lojo_utils is not thread safe.

Clone the repository

git clone https://github.com/loganjellis/lojo_utils.git
cd lojo_utils

Building

cmake -S . -B build
cmake --build build

Using the library (in-directory, place headers in /include, .a files in /lib, and any .dll files next to any executables)

target_include_directories(app PRIVATE "path/to/include")
target_link_libraries(app PRIVATE "path/to/lib")

Using the library (subdirectory)

add_subdirectory(LOJO_UTILS)
target_link_libraries(app PRIVATE LOJO_UTILS::lojo_utils)

For an example of using the library, refer to example.c

To view the library's documentation, click here.

About

A collection of utility functions and libraries written in C.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages