You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dorm/vendor/modernc.org/libc
李光春 fc26802071
continuous-integration/drone/push Build is failing Details
- update
2 years ago
..
errno - update 2 years ago
fcntl - update 2 years ago
fts - update 2 years ago
grp - update 2 years ago
honnef.co/go/netdb - update 2 years ago
langinfo - update 2 years ago
limits - update 2 years ago
netdb - update 2 years ago
netinet/in - update 2 years ago
poll - update 2 years ago
pthread - update 2 years ago
pwd - update 2 years ago
signal - update 2 years ago
stdio - update 2 years ago
stdlib - update 2 years ago
sys - update 2 years ago
termios - update 2 years ago
time - update 2 years ago
unistd - update 2 years ago
utime - update 2 years ago
uuid - update 2 years ago
wctype - update 2 years ago
AUTHORS - update 2 years ago
CONTRIBUTORS - update 2 years ago
HACKING - update 2 years ago
LICENSE - update 2 years ago
LICENSE-GO - update 2 years ago
Makefile - update 2 years ago
README.md - update 2 years ago
capi_darwin_amd64.go - update 2 years ago
capi_darwin_arm64.go - update 2 years ago
capi_freebsd_386.go - update 2 years ago
capi_freebsd_amd64.go - update 2 years ago
capi_linux_386.go - update 2 years ago
capi_linux_amd64.go - update 2 years ago
capi_linux_arm.go - update 2 years ago
capi_linux_arm64.go - update 2 years ago
capi_linux_ppc64le.go - update 2 years ago
capi_linux_riscv64.go - update 2 years ago
capi_linux_s390x.go - update 2 years ago
capi_netbsd_amd64.go - update 2 years ago
capi_openbsd_amd64.go - update 2 years ago
capi_windows_386.go - update 2 years ago
capi_windows_amd64.go - update 2 years ago
capi_windows_arm64.go - update 2 years ago
ccgo.go - update 2 years ago
dmesg.go - update 2 years ago
etc.go - update 2 years ago
fsync.go - update 2 years ago
int128.go - update 2 years ago
ioutil_darwin.go - update 2 years ago
ioutil_freebsd.go - update 2 years ago
ioutil_linux.go - update 2 years ago
ioutil_netbsd.go - update 2 years ago
ioutil_openbsd.go - update 2 years ago
libc.go - update 2 years ago
libc32.go - update 2 years ago
libc64.go - update 2 years ago
libc_darwin.go - update 2 years ago
libc_darwin_amd64.go - update 2 years ago
libc_darwin_arm64.go - update 2 years ago
libc_freebsd.go - update 2 years ago
libc_freebsd_386.go - update 2 years ago
libc_freebsd_amd64.go - update 2 years ago
libc_linux.go - update 2 years ago
libc_linux_386.go - update 2 years ago
libc_linux_amd64.go - update 2 years ago
libc_linux_arm.go - update 2 years ago
libc_linux_arm64.go - update 2 years ago
libc_linux_ppc64le.go - update 2 years ago
libc_linux_riscv64.go - update 2 years ago
libc_linux_s390x.go - update 2 years ago
libc_netbsd.go - update 2 years ago
libc_netbsd_amd64.go - update 2 years ago
libc_openbsd.go - update 2 years ago
libc_openbsd_amd64.go - update 2 years ago
libc_unix.go - update 2 years ago
libc_windows.go - update 2 years ago
libc_windows_386.go - update 2 years ago
libc_windows_amd64.go - update 2 years ago
libc_windows_arm64.go - update 2 years ago
mem.go - update 2 years ago
mem_brk.go - update 2 years ago
memgrind.go - update 2 years ago
musl_darwin_amd64.go - update 2 years ago
musl_darwin_arm64.go - update 2 years ago
musl_freebsd_386.go - update 2 years ago
musl_freebsd_amd64.go - update 2 years ago
musl_linux_386.go - update 2 years ago
musl_linux_amd64.go - update 2 years ago
musl_linux_arm.go - update 2 years ago
musl_linux_arm64.go - update 2 years ago
musl_linux_ppc64le.go - update 2 years ago
musl_linux_riscv64.go - update 2 years ago
musl_linux_s390x.go - update 2 years ago
musl_netbsd_amd64.go - update 2 years ago
musl_openbsd_amd64.go - update 2 years ago
musl_windows_386.go - update 2 years ago
musl_windows_amd64.go - update 2 years ago
musl_windows_arm64.go - update 2 years ago
nodmesg.go - update 2 years ago
nofsync.go - update 2 years ago
printf.go - update 2 years ago
pthread.go - update 2 years ago
pthread_all.go - update 2 years ago
scanf.go - update 2 years ago
sync.go - update 2 years ago
watch.go - update 2 years ago

README.md

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

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