https://github.com/zchee/cznic-libc
https://github.com/zchee/cznic-libc
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zchee/cznic-libc
- Owner: zchee
- License: bsd-3-clause
- Created: 2021-01-08T18:43:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T07:11:06.000Z (almost 3 years ago)
- Last Synced: 2025-01-16T19:49:45.313Z (about 1 year ago)
- Language: C
- Size: 3.66 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# libc
Package libc provides C-runtime services. Work in progress.
This package is a continuation of the Crt package in modernc.org/crt/v3.
Installation
$ go get [-u] modernc.org/libc
Documentation: [godoc.org/modernc.org/libc](http://godoc.org/modernc.org/libc)
Building with `make` requires the following Go packages
* github.com/golang/lint/golint
* github.com/mdempsky/maligned
* github.com/mdempsky/unconvert
* honnef.co/go/tools/cmd/unused
* honnef.co/go/tools/cmd/gosimple
* github.com/client9/misspell/cmd/misspell