Finally got my native Lite-C hashmap working (STRING*, void*).
Converted a terrible written c library into the
terrible Lite-C c like language.
Especially the variable types in Lite-c have given me a headache.
Why not supporting unsigend datatypes, why is no real short type implemented?
Why can I convert a char value to an int, but not vice versa?