comparison Histogram.c @ 36:6bdcb337576b

adding netbeans project directories to repository
author Sean Halle <seanhalle@yahoo.com>
date Fri, 14 Feb 2014 07:47:13 -0800
parents 8166ea441cb5
children
comparison
equal deleted inserted replaced
24:49e58ff41a6a 25:1ac56c1cef18
5 * Author: seanhalle@yahoo.com 5 * Author: seanhalle@yahoo.com
6 * 6 *
7 */ 7 */
8 #include <stdio.h> 8 #include <stdio.h>
9 #include <string.h> 9 #include <string.h>
10 #include "Histogram.h" 10 #include <PR__include/prhistogram.h>
11 #include "PR__common_includes/Services_offered_by_PR/Memory_Handling/vmalloc__wrapper_library.h" 11 #include <PR__include/prmalloc.h>
12 12
13 /*This Histogram Abstract Data Type has a number of bins plus a range of 13 /*This Histogram Abstract Data Type has a number of bins plus a range of
14 * values that the bins span, both chosen at creation. 14 * values that the bins span, both chosen at creation.
15 * 15 *
16 *One creates a Histogram instance using the makeHistogram function, then 16 *One creates a Histogram instance using the makeHistogram function, then