GithubHelp home page GithubHelp logo

sleepntsheep / sheeplib Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 0.0 1.05 MB

General purpose single header library in C99

License: Other

C++ 13.97% C 85.83% Makefile 0.19%
c99 header-only shl hacktoberfest

sheeplib's Introduction

sheeplib

This repository is collection of my Single Header Library for C, None of these library depend on each other.

These library support C99, but may not support C++.

  • log.h : nice interface for logging and debugging warn("Example warn %d", 105);

  • dynarray.h : dynamic array for all type in C by allocating small extra memory in the front of array containing information about the dynarray

  • algo.h : mergesort, binarysearch, upperbound, lowerbound

  • xmalloc.h : just normal x-wrapper function, which might be considered harmful by many

  • str.h : C-string is disaster, trying to fix that

  • sjson.h : json serializer, deserializer

installation:

simply copy header.h to your project tree.

usage:

you will need to define SHEEP_HEADER_IMPLEMENTATION before using it (this applys even if you are using shared library)

#define SHEEP_ALGO_IMPLEMENTATION
#include <sheeplib/algo.h>

for further information, read the document in header file itself

instructions

these are single header library, just copy it to your project. and read the comments in the library for further instructions.

test

compile and run test.c with C11 or later compiler

sheeplib's People

Contributors

sleepntsheep avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

sheeplib's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.