|
libpulsar
A modular compiler for the pulsar programming language
|
Go to the source code of this file.
Macros | |
| #define | FNV_OFFSET_BASIS 0xcbf29ce484222325 |
| #define | FNV_PRIME 0x100000001b3 |
Functions | |
| hash_t | ps_str_hash (STR str) |
| Hashes the given string according to the FNV-1a algorithm. | |
| bool | ps_str_is_equal (STR a, STR b) |
| Compares the given strings. | |