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.
- Host: GitHub
- URL: https://github.com/mojothon/libc
- Owner: mojothon
- License: mit
- Created: 2024-09-27T09:28:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T08:35:23.000Z (over 1 year ago)
- Last Synced: 2025-03-30T07:05:55.992Z (12 months ago)
- Topics: libc, llvm, mojo
- Language: Mojo
- Homepage:
- Size: 267 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.