#include "epDefs.h"Include dependency graph for epUtils.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| int | epUtils_ptrDeallocatorFunction (void *ptr) |
| boolean_t | epUtils_isProbablePrime (ulong oddNumber) |
| boolean_t | epUtils_stringComparisonFunction (const void *str1, const void *str2) |
| uint | epUtils_stringHashFunction (const void *key) |
Definition in file epUtils.h.
|
|
|
|
|
|
|
|
Estimate if a number is a prime number. visibility :: public
Definition at line 44 of file epUtils.c. Referenced by calculateIdealNumOfBuckets(). |
|
|
Generic pointer deallocator function (in fact, it just make a free). visibility :: public
|
|
|
A Generic string comparison function (which take care of the case). visibility :: public
|
|
|
A Generic hash function for string-typed keys. visibility :: public
|
1.2.1 written by Dimitri van Heesch,
© 1997-2000