MCPcopy Create free account
hub / github.com/ElementsProject/lightning / towire_s32

Function towire_s32

wire/towire.c:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void towire_s32(u8 **pptr, s32 v)
48{
49 towire_u32(pptr, (u32)v);
50}
51
52void towire_s16(u8 **pptr, s16 v)
53{

Callers

nothing calls this directly

Calls 1

towire_u32Function · 0.70

Tested by

no test coverage detected