mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 16:59:04 +00:00
12 lines
242 B
C
12 lines
242 B
C
/**
|
|
* @file string.h
|
|
* @brief Declaration of the string library
|
|
**/
|
|
#pragma once
|
|
#include <tc/types.h>
|
|
|
|
/**
|
|
* @namespace tc::string
|
|
* @brief Namespace of the string library
|
|
**/
|
|
#include <tc/string/TranscodeUtil.h> |