Go to the first, previous, next, last section, table of contents.


`make-gperf' - build a perfect hash function program

Usage: (make-gperf name strings ...)
Build a program to perform perfect hashes of a known list of input strings. This function produces no output, but prepares a program named, `gperf_<name>' for use by the gperf function See section `gperf' - perform a perfect hash function.

This program will be obliterated within a few seconds after AutoGen exits.

Arguments:
name - name of hash list
strings - list of strings to hash


Go to the first, previous, next, last section, table of contents.