command
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: Oct 7, 2025
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
¶
これは何?
cgoでmemcpyを利用するサンプルです。
以下のサンプルにもなっています。
$ task
task: [default] rm -f app liba.*
task: [default] go build -o liba.a -buildmode=c-archive main.go
task: [default] gcc -Wall -o app app.c liba.a
task: [default] ./app
[before] helloworld:
[after ] helloworld:HELLOWORLD
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.