c

command module
v0.0.0-...-539a134 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 9, 2021 License: MIT Imports: 12 Imported by: 0

README

C bindings

To build a shared library and accompanying header file, run:

go build -o us.so -buildmode=c-shared bindings.go

You can then compile the example program:

cc -o example example/example.c ./us.so

The API is currently too unstable to bother writing docs for; please refer to the example program instead.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL