MCPcopy Create free account
hub / github.com/Sapd/HeadsetControl / device

Class device

src/main.c:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60{
61 DeviceListNode* devices_found = malloc(sizeof(DeviceListNode));
62 devices_found->element = malloc(sizeof(struct device));
63 DeviceListNode* curr_node = devices_found;
64 int found = 0;
65

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected