MCPcopy 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
56int ceil(const int dividend, const int divisor)
57{
58 return (dividend + divisor - 1) / divisor;
59}
60
61void memcpy(void *src, void *dst, uint32 length)
62{

Callers 4

initializeMethod · 0.70
createUserVirtualPoolMethod · 0.50
copyProcessMethod · 0.50
initializeMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected