command
Version:
v0.2.4
Opens a new window with list of versions in this module.
Published: Dec 4, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
これは何?
C言語の文字列のリスト、つまり **char
を cgo で扱うサンプルです。
**char
を []*C.char
に変換してから、各要素を C.GoString()
します。
[]*C.char
への変換には unsafe.Slice()
が使えます。(Go 1.17以降)
参考情報
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.