잡담
GO 언어에서 c언어 사용하는 여러가지 방법
저세상 음향연구소
2022. 5. 30. 13:31
1. cgo (권장)
구글에서 golang cgo 라고 검색해보면 여러가지 많이 나옵니다.
2. 단순 컨버터 타입 c2go
https://github.com/elliotchance/c2go
GitHub - elliotchance/c2go: ⚖️ A tool for transpiling C to Go.
⚖️ A tool for transpiling C to Go. Contribute to elliotchance/c2go development by creating an account on GitHub.
github.com
3. clang 컨버터 타입 다른 c2go
https://github.com/goplus/c2go
GitHub - goplus/c2go: Convert C to Go
Convert C to Go. Contribute to goplus/c2go development by creating an account on GitHub.
github.com