1 2 3 4 5 6
/* #cgo CFLAGS: -I${SRCDIR}/include #cgo LDFLAGS: -L${SRCDIR}/{{ to_root }}target/release -l{{ ffi_lib_name }} #include "{{ ffi_header }}" */ import "C"