Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YatSenOS/YatSenOS-Tutorial-Volume-1
/ ceil
Function
ceil
lab8/src/4/src/utils/stdlib.cpp:56–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
int ceil(const int dividend, const int divisor)
57
{
58
return (dividend + divisor - 1) / divisor;
59
}
60
61
void memcpy(void *src, void *dst, uint32 length)
62
{
Callers
4
initialize
Method · 0.70
createUserVirtualPool
Method · 0.50
copyProcess
Method · 0.50
initialize
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected