htfy96 / d-rlib

A dependency-free implementation of memcpy/memset/memcmp in D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

d-rlib

Build Status

A dependency-free library of memcpy/memcmp/memset in D.

This project aims to be a foundation for those libc-free project, since with -betterC the compiler still require these symbols to work.

Currently tested with dmd and ldc. However with dmd the visibility of exported symbols is not correctly marked as "hidden".

About

A dependency-free implementation of memcpy/memset/memcmp in D

License:Boost Software License 1.0


Languages

Language:D 91.3%Language:Shell 4.9%Language:Makefile 3.8%