Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 199 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 199 Bytes

C-compatible runtime for Go

This library provides functions similar to ones found in C stdlib.

It is useful when converting C programs to Go, e.g. via cxgo.