mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
...
This commit is contained in:
parent
220c1d03ec
commit
b4169a34a9
@ -8,7 +8,7 @@ namespace pkpy {
|
|||||||
|
|
||||||
int utf8len(unsigned char c, bool suppress=false);
|
int utf8len(unsigned char c, bool suppress=false);
|
||||||
|
|
||||||
struct Str{
|
struct PK_EXPORT Str{
|
||||||
int size;
|
int size;
|
||||||
bool is_ascii;
|
bool is_ascii;
|
||||||
char* data;
|
char* data;
|
||||||
@ -87,7 +87,7 @@ std::string fmt(Args&&... args) {
|
|||||||
return ss.str();
|
return ss.str();
|
||||||
}
|
}
|
||||||
|
|
||||||
struct StrName {
|
struct PK_EXPORT StrName {
|
||||||
uint16_t index;
|
uint16_t index;
|
||||||
StrName();
|
StrName();
|
||||||
explicit StrName(uint16_t index);
|
explicit StrName(uint16_t index);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user