Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ init_coins
Function
init_coins
src/lodepng.cpp:680–684 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
678
}
679
680
static void init_coins(Coin* coins, size_t num)
681
{
682
size_t i;
683
for(i = 0; i < num; i++) coin_init(&coins[i]);
684
}
685
686
static void cleanup_coins(Coin* coins, size_t num)
687
{
Callers
1
lodepng_huffman_code_lengths
Function · 0.85
Calls
1
coin_init
Function · 0.85
Tested by
no test coverage detected