You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentations says the value type is defined as int in the header file, you can redefine it to the required type, which could be char or void* or anything you need., but
@senyai I think -1 will work for void* because I do not think that could possibly be a valid pointer in either 32 or 64 bit addressing systems, but you're right something have to be done about this magic number, maybe we could introduce a constant.
I support this feature request, as it will not work for types like structs (kinda weird as you should use a pointer) but for UNIONS there is some problems, as you need to access a "field" (or interpretation of data). Maybe something in the lines of
Hi!
The documentations says the value type is defined as int in the header file, you can redefine it to the required type, which could be char or void* or anything you need., but
hashdict.c/hashdict.c
Line 26 in d821398
void *
, don't you?The text was updated successfully, but these errors were encountered: