MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / hid_internal_towupper

Function hid_internal_towupper

lib/hidapi/windows/hid.c:424–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422}
423
424static void hid_internal_towupper(wchar_t* string)
425{
426 for (wchar_t* p = string; *p; ++p) *p = towupper(*p);
427}
428
429static int hid_internal_extract_int_token_value(wchar_t* string, const wchar_t* token)
430{

Callers 2

hid_internal_get_infoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected