Go to file
2024-04-08 05:42:18 +00:00
arrayutils.c RC-1 array_utils, Jackrabbit Labs 2024-03-28 23:31:26 +00:00
arrayutils.h RC-1 array_utils, Jackrabbit Labs 2024-03-28 23:31:26 +00:00
Doxyfile RC-1 array_utils, Jackrabbit Labs 2024-03-28 23:31:26 +00:00
LICENSE RC1 -- update license file copyright 2024-04-08 05:42:18 +00:00
main.c Update main.c 2024-04-04 21:29:31 +00:00
main.h release candidate merge 2024-04-02 04:36:16 +00:00
Makefile RC1 2024-04-08 05:39:40 +00:00
README.md RC1 2024-04-08 05:39:40 +00:00
testbench.c RC1 2024-04-08 05:39:40 +00:00

Overview

This is a C library that implements a set of utility functions related to byte arrays (e.g. printing byte array buffers).

Supported Operating System Versions

  • Ubuntu 23.10
  • Fedora 38, 39

Building

  1. Install OS libraries

Install the following build packages to compile the software on the following operating systems.

Ubuntu:

apt install build-essential 

Fedora:

  1. Build Dependencies

This library does not depend upon any other non-os provided library.

  1. Build

To build, simply run

make