Definition in file eg_eheap.ex.c.
#include <stdio.h>
#include <stdlib.h>
#include "eg_eheap.h"
Include dependency graph for eg_eheap.ex.c:

Go to the source code of this file.
Functions | |
| int | eheap_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 | eheap_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 EGeHeap structure and its associated functions. display the usage message for this program. | |
| int | main (int argc, char **argv) |
| main function | |
1.4.5