module
Version:
v0.0.0-...-d1c6984
Opens a new window with list of versions in this module.
Published: Sep 28, 2024
License: MIT
Opens a new window with license information.
README
¶
Reference
通过 import “C” 语句启用 CGO 特性后,CGO 会将上一行代码所处注释块的内容视为 C 代码块,被称为序文(preamble)。
C 访问 Go 函数
- c 中 declare
- go 中 definition 并 //export <func_name>
- 使用 (C.type)(C.<func_name>)
Directories
¶
Click to show internal directories.
Click to hide internal directories.