In file alias.c:

int get_alias_hash_value(char *file)

adds the ASCII values of the file letters and mods by the hashtable size to get the hash value

Documentation

adds the ASCII values of the file letters and mods by the hashtable size to get the hash value. Note: stops at first '/' (or '\0')

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.