Categorygithub.com/gotranspile/runtimec
repository
0.0.0-20230605140411-01156f5ef389
Repository: https://github.com/gotranspile/runtimec.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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.