MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / cmpBuf

Function cmpBuf

util/nettest.cpp:144–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142
143
144int cmpBuf(char *buf, int len)
145{
146 int i;
147 for(i = 0; i < len; i++)
148 if(buf[i] != (char)(i % 256)) return 0;
149 return 1;
150}
151
152
153void usage(char **argv)

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected