Documentation ¶
Index ¶
- func BytesToC(b []byte) (p *uint8, free func())
- func BytesToPointer(b []byte) *uint8
- func BytesToString(b []byte) string
- func Malloc(size int) (bytes []byte, free func())
- func MultiStringToC(ss ...string) (p **uint8, free func())
- func PointerToBytes(p *uint8, size int) []byte
- func PointerToString(p *uint8, size int) string
- func StringToBytes(s string) []byte
- func StringToC(s string) (p *uint8, free func())
- func StringToPointer(s string) *uint8
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BytesToPointer ¶
func BytesToString ¶
func MultiStringToC ¶
func PointerToBytes ¶
func PointerToString ¶
func StringToBytes ¶
func StringToPointer ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.