mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Remove old mystrtok_r for MinGW
This commit is contained in:
parent
e73eed247e
commit
b146673c3d
3 changed files with 0 additions and 32 deletions
|
@ -84,7 +84,6 @@ u32 readFlagString(std::string str, const FlagDesc *flagdesc, u32 *flagmask);
|
|||
std::string writeFlagString(u32 flags, const FlagDesc *flagdesc, u32 flagmask);
|
||||
|
||||
size_t mystrlcpy(char *dst, const char *src, size_t size) noexcept;
|
||||
char *mystrtok_r(char *s, const char *sep, char **lasts) noexcept;
|
||||
|
||||
/// @brief turn string into a map seed. either directly if it's a number or by hashing it.
|
||||
u64 read_seed(const char *str);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue