mirror of
https://github.com/PretendoNetwork/GiveMiiYouTube.git
synced 2025-04-02 10:52:55 -04:00
6 lines
195 B
C++
6 lines
195 B
C++
#pragma once
|
|
|
|
#include <cstdint>
|
|
#include <cstdlib>
|
|
|
|
bool replace_string(uint32_t start, uint32_t size, const char* original_val, size_t original_val_sz, const char* new_val, size_t new_val_sz);
|