mirror of
https://github.com/bolucat/Archive.git
synced 2025-09-26 20:21:35 +08:00
9 lines
132 B
C
9 lines
132 B
C
#pragma once
|
|
#ifndef UTILS_H
|
|
#define UTILS_H
|
|
#include "Based.h"
|
|
|
|
string ws2s(wstring str);
|
|
wstring s2ws(string str);
|
|
#endif
|