mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 16:42:13 +11:00
5 lines
No EOL
137 B
C++
5 lines
No EOL
137 B
C++
#pragma once
|
|
#include <string>
|
|
|
|
void string_view_to_string(std::string &str, std::string_view sv);
|
|
void destroy_string(std::string &str); |