#include <string.h>
References :
Error: Assignment makes pointer from Integer without a cast... in C Prog - Stack Overflow
#include <string.h>
$ vitest.go
package main import "fmt" // #cgo CFLAGS: -I. // #cgo LDFLAGS: -L. -lgb // #includeimport "C" func main() { fmt.Printf("Invoking c library...\n") fmt.Println("Done ", C.x(10) ) } $ go build test.go