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


`gperf' - perform a perfect hash function

Usage: (gperf name str)
Perform the perfect hash on the input string. This is only useful if you have previously created a gperf program with the make-gperf function See section `make-gperf' - build a perfect hash function program. The name you supply here must match the name used to create the program and the string to hash must be one of the strings supplied in the make-gperf string list. The result will be a perfect hash index.

See the documentation for @command{gperf(1GNU)} for more details.

Arguments:
name - name of hash list
str - string to hash


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