Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bananymous/banan-os
/ strncpy
Function
strncpy
kernel/klibc/string.cpp:89–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
char* strncpy(char* __restrict__ dest, const char* __restrict__ src, size_t n)
90
{
91
stpncpy(dest, src, n);
92
return dest;
93
}
94
95
const char* strerrordesc_np(int error)
96
{
Callers
3
list_next_inodes_impl
Method · 0.50
list_next_inodes_impl
Method · 0.50
list_next_inodes_impl
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected