Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ading2210/linuxpdf
/ block_align
Function
block_align
tinyemu/fs_utils.h:68–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
static inline uint64_t block_align(uint64_t val, uint64_t align)
69
{
70
return (val + align - 1) & ~(align - 1);
71
}
72
73
void pstrcpy(char *buf, int buf_size, const char *str);
74
char *pstrcat(char *buf, int buf_size, const char *s);
Callers
1
add_file_size
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected