Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Histogram
comparison DblHist.c @ 12:20410d90dabb
Expose HistFree
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Wed, 21 Sep 2011 14:00:20 +0200 |
| parents | 83a412f2ef98 |
| children | 1fbaedaac2c7 |
comparison
equal
deleted
inserted
replaced
| 2:36e6ef754d12 | 3:4282b2b416a0 |
|---|---|
| 6 * | 6 * |
| 7 */ | 7 */ |
| 8 | 8 |
| 9 #include <stdio.h> | 9 #include <stdio.h> |
| 10 #include "Histogram.h" | 10 #include "Histogram.h" |
| 11 #include "../vmalloc.h" | |
| 11 | 12 |
| 12 | 13 |
| 13 /*This Histogram Abstract Data Type has a number of bins, the starting | 14 /*This Histogram Abstract Data Type has a number of bins, the starting |
| 14 * value, and the width of each bin, as a float, all chosen at creation. | 15 * value, and the width of each bin, as a float, all chosen at creation. |
| 15 * | 16 * |
