Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YatSenOS/YatSenOS-Tutorial-Volume-1
/ ceil
Function
ceil
lab7/src/4/src/utils/stdlib.cpp:52–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
int ceil(const int dividend, const int divisor) {
53
return (dividend + divisor - 1) / divisor;
54
}
Callers
2
initialize
Method · 0.70
initialize
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected