#include "EGlib.h"
Go to the source code of this file.
Functions | |
| int | ekheap_parseargs (int argc, char **argv, unsigned int *d, unsigned int *ch, EGlpNum_t *v, char **file_name) |
| parse the input argumenbts for the program | |
| void | ekheap_usage (char *program) |
| This program reads a list of double values from a text file and uses a heap to sort them. It also allows the user to change the value of one of the read numbers after they have been placed in the heap. The purpose of this program is to illustrate the use of the EGeKHeap structure and its associated functions. | |
| int | main (int argc, char **argv) |
| main function | |
Definition in file eg_ekheap.ex.c.
1.7.1