MCPcopy Create free account
hub / github.com/erpc/erpc / IntPtr

Function IntPtr

util/string.go:13–15  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

11}
12
13func IntPtr(i int) *int {
14 return &i
15}
16
17func BoolPtr(b bool) *bool {
18 return &b

Calls

no outgoing calls