#include <stdio.h>#include <stdlib.h>#include <string.h>#include <math.h>#include "epDefs.h"#include "epUtils.h"Include dependency graph for epUtils.c:

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.c.
|
|
Estimate if a number is a prime number. visibility :: public
|
|
|
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