mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
- $typefrom now also accepts a constant string, and so works like $evaltype.
- `$evaltype` is deprecated in favour of `$typefrom`.
This commit is contained in:
@@ -151,6 +151,7 @@ const char *str_unescape(char *string);
|
||||
bool str_is_identifier(const char *string);
|
||||
bool str_eq(const char *str1, const char *str2);
|
||||
bool str_is_type(const char *string);
|
||||
bool slice_is_type(const char *string, size_t);
|
||||
bool str_is_integer(const char *string);
|
||||
bool str_has_no_uppercase(const char *string);
|
||||
bool str_is_valid_module_name(const char *name);
|
||||
|
||||
Reference in New Issue
Block a user