Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ValveSoftware/openvr
/ init_coins
Function
init_coins
samples/shared/lodepng.cpp:697–701 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
695
}
696
697
static void init_coins(Coin* coins, size_t num)
698
{
699
size_t i;
700
for(i = 0; i < num; i++) coin_init(&coins[i]);
701
}
702
703
static void cleanup_coins(Coin* coins, size_t num)
704
{
Callers
1
lodepng_huffman_code_lengths
Function · 0.85
Calls
1
coin_init
Function · 0.85
Tested by
no test coverage detected