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

Function check_range

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

Source from the content-addressed store, hash-verified

51 */
52
53int check_range(int number, int low, int high)
54{
55 if (number > high)
56 return 1;
57
58 if (number < low)
59 return -1;
60
61 return 0;
62}
63
64static void print_help()
65{

Callers 1

dev_mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected