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

Function initBuf

util/nettest.cpp:137–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135
136
137void initBuf(char *buf, int len)
138{
139 int i;
140 for(i = 0; i < len; i++) buf[i] = (char)(i % 256);
141}
142
143
144int cmpBuf(char *buf, int len)

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected