4g3nt47 / cBuffer

A C utility for working with dynamic buffers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cBuffer

A simple utility for working with dynamic buffers in C.

Build

# Clone the repo
$ git clone https://github.com/4g3nt47/cBuffer.git
# Compile
$ cd cBuffer
$ mkdir bin
$ make

The above will create an object file at bin/cBuffer.o

Usage

Refer to demo.c

About

A C utility for working with dynamic buffers

License:Other


Languages

Language:C 97.5%Language:Makefile 2.5%