Skip to content
This repository was archived by the owner on Dec 19, 2022. It is now read-only.
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Core Library (libcore)

Introduction

The libcore project holds the core library and associated command line utilities. This code is developed in conjunction with the magma mail daemon, and is a community effort to develop and maintain a C library for building cross platform software.

Dependencies

System: libc.so libdl.so librt.so libpthread.so

Supported Platforms

  • CentOS 6 x86_64
  • CentOS 7 x86_64

Build Instructions

Run:

make all

The specific make targets:

make libcore.a
make libcore.so

Finally, to compile and run the unit tests use:

make check

Or compile the check utility with the make target:

make core.check

About

A cross platform abstraction layer for C development with support strings, parsing, memory, and file handling.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages