Example Go function pointers to C
Go to file
Victor Timofei 70c944bc49
Make myPrinter local to main
2022-07-29 21:55:49 +03:00
.gitignore Initial commit 2022-07-29 21:45:20 +03:00
Makefile Initial commit 2022-07-29 21:45:20 +03:00
cfuncs.go Initial commit 2022-07-29 21:45:20 +03:00
go.mod Initial commit 2022-07-29 21:45:20 +03:00
main.go Make myPrinter local to main 2022-07-29 21:55:49 +03:00
mylib.c Initial commit 2022-07-29 21:45:20 +03:00
mylib.h Initial commit 2022-07-29 21:45:20 +03:00