MCPcopy Create free account
hub / github.com/devkitPro/3ds-hbmenu / netsenderInit

Function netsenderInit

source/ui/netsender.c:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26static void netsenderError(const char* func, int err);
27
28static bool netsenderInit(void)
29{
30 return networkInit();
31}
32
33static void netsenderDeactivate(void)
34{

Callers 1

netsenderTaskFunction · 0.85

Calls 1

networkInitFunction · 0.85

Tested by

no test coverage detected