mirror of
https://github.com/Dushistov/sdcv.git
synced 2025-12-16 09:51:56 +00:00
0.4.2 release
This commit is contained in:
11
src/utils.hpp
Normal file
11
src/utils.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _UTILS_HPP_
|
||||
#define _UTILS_HPP_
|
||||
|
||||
#include <string>
|
||||
using std::string;
|
||||
|
||||
extern bool stdio_getline(FILE *in, string &str);
|
||||
extern char *locale_to_utf8(const char *locstr);
|
||||
extern string utf8_to_locale_ign_err(const string& utf8_str);
|
||||
|
||||
#endif//!_UTILS_HPP_
|
||||
Reference in New Issue
Block a user