Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 334 Bytes

File metadata and controls

36 lines (23 loc) · 334 Bytes

libc

a standard C library for Mojo programming language.

[Developing ....]

package build

magic run mojo package  src/libc/ -o libc.mojopkg

or

make package

test

magic run test 

or

make test

version

version 0.1.0

note

just only test at ubuntu 22 x86_64.