Update vnode (vtype_variable)

This commit is contained in:
2023-03-24 21:25:42 +03:00
parent 2b1bccb7e8
commit 0180dd1abd
15 changed files with 161 additions and 154 deletions
+3 -3
View File
@@ -80,10 +80,10 @@ typedef struct libcdsb_string vtype_string;
typedef struct libcdsb_variable vtype_variable;
extern const char* libcdsb_vtype_name (vtype t) Warn_unused_result__;
extern const char* libcdsb_vtype_stringify(vtype_variable value) Warn_unused_result__;
extern const char* libcdsb_vtype_name(vtype t) Warn_unused_result__;
inline vtype_variable libcdsb_variable_build(void* value, vtype t) Always_inline__;
extern const char* libcdsb_variable_stringify(vtype_variable value) Warn_unused_result__;
inline vtype_variable libcdsb_variable_build (void* value, vtype t) Always_inline__;
/*#####################################################################################################################*/