MCPcopy 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
52int ceil(const int dividend, const int divisor) {
53 return (dividend + divisor - 1) / divisor;
54}

Callers 2

initializeMethod · 0.70
initializeMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected