An open API service indexing awesome lists of open source software.

https://github.com/mojothon/libc

a standard C library for Mojo programming language.
https://github.com/mojothon/libc

libc llvm mojo

Last synced: 9 months ago
JSON representation

a standard C library for Mojo programming language.

Awesome Lists containing this project

README

          

# libc
a standard C library for Mojo programming language.

[**Developing ....**]

## package build

```bash
magic run mojo package src/libc/ -o libc.mojopkg
```
or

```bash
make package
```

## test

```bash
magic run test
```

or

```bash
make test
```

## version

version 0.1.0

## note

just only test at ubuntu 22 x86_64.