MOS Source Code
Loading...
Searching...
No Matches
kutils.hpp File Reference
#include <mos/mos_global.h>
#include <mos/string.hpp>
#include <mos/vector.hpp>
#include <stddef.h>
Include dependency graph for kutils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void hexdump (const char *data, const size_t len)
mos::vector< mos::stringsplit_string (mos::string_view str, char delim)

Function Documentation

◆ hexdump()

void hexdump ( const char * data,
const size_t len )

Definition at line 12 of file kutils.cpp.

◆ split_string()

mos::vector< mos::string > split_string ( mos::string_view str,
char delim )

Definition at line 47 of file kutils.cpp.

Referenced by dentry_resolve_to_parent().

Here is the call graph for this function: