MOS Source Code
Loading...
Searching...
No Matches
kutils.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: GPL-3.0-or-later
2
3
#pragma once
4
5
#include <
mos/mos_global.h
>
6
#include <
mos/string.hpp
>
7
#include <
mos/vector.hpp
>
8
#include <stddef.h>
9
10
void
hexdump
(
const
char
*data,
const
size_t
len);
11
12
mos::vector<mos::string>
split_string
(
mos::string_view
str,
char
delim);
mos::vector
Definition
vector.hpp:14
split_string
mos::vector< mos::string > split_string(mos::string_view str, char delim)
Definition
kutils.cpp:47
hexdump
void hexdump(const char *data, const size_t len)
Definition
kutils.cpp:12
mos_global.h
mos::string_view
basic_string_view< char > string_view
Definition
string_view.hpp:164
string.hpp
vector.hpp
kernel
include
private
mos
misc
kutils.hpp
Generated on
for MOS Source Code by
1.14.0