comparison DblHist.c @ 4:83a412f2ef98

Added stdio.h and copy-paste error on FreeDblHist to FreeFloatHist
author Me
date Tue, 02 Nov 2010 16:47:21 -0700
parents 3d35477a5121
children 060d63cb5d34
comparison
equal deleted inserted replaced
1:5170eb3621b1 2:36e6ef754d12
4 * 4 *
5 * Author: seanhalle@yahoo.com 5 * Author: seanhalle@yahoo.com
6 * 6 *
7 */ 7 */
8 8
9 #include <stdio.h>
9 #include "Histogram.h" 10 #include "Histogram.h"
10 11
11 12
12 /*This Histogram Abstract Data Type has a number of bins, the starting 13 /*This Histogram Abstract Data Type has a number of bins, the starting
13 * value, and the width of each bin, as a float, all chosen at creation. 14 * value, and the width of each bin, as a float, all chosen at creation.