Skip to content
/ rlibc Public

The C standard library implementation used by radix.

License

Notifications You must be signed in to change notification settings

frolv/rlibc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

radix libc

The C standard library implementation used by radix.

Testing

Unit tests for rlibc are run through Python. The code is compiled to a shared library for the host system (e.g. Linux), which is then loaded and tested using Python's ctypes module.

To compile the test library, run

$ make test-lib

Following this, individual test scripts can be run:

$ python tests/string_test.py

About

The C standard library implementation used by radix.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published