#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <stdarg.h>
#include <ctype.h>
#include "LgiDefs.h"
#include "GMem.h"
#include "GContainers.h"
#include "GString.h"
#include "LgiCommon.h"
Functions | |
uint | LgiHash (uchar *v, int l, bool Case) |
Creates a 32-bit hash of the input string. |
|
Creates a 32-bit hash of the input string.
|