Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
137
void initBuf(char *buf, int len)
138
{
139
int i;
140
for(i = 0; i < len; i++) buf[i] = (char)(i % 256);
141
}
142
143
144
int cmpBuf(char *buf, int len)
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected