Call Go string-return function from Python

后端 未结 0 1969
自闭症患者
自闭症患者 2020-12-11 15:44

I try to call this

// cryptography.go
func getDecryptedMessage(message string, d int, prime1 int, prime2 int) *C.char {
///
//do something
/////
return C.CStr         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题