cgo

module
v0.0.0-...-581be24 Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2024 License: MIT

README

Reference

通过 import “C” 语句启用 CGO 特性后,CGO 会将上一行代码所处注释块的内容视为 C 代码块,被称为序文(preamble)。

C 访问 Go 函数

  • c 中 declare
  • go 中 definition 并 //export <func_name>
  • 使用 (C.type)(C.<func_name>)

Jump to

Keyboard shortcuts

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