Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Histogram
comparison Histogram.c @ 9:060d63cb5d34
Build process fixes
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Wed, 22 Jun 2011 16:47:34 +0200 |
| parents | c83c27796fad |
| children | 7a39408f9ea3 |
comparison
equal
deleted
inserted
replaced
| 6:b3eab9829935 | 7:d68258caa53d |
|---|---|
| 6 * | 6 * |
| 7 */ | 7 */ |
| 8 #include <stdio.h> | 8 #include <stdio.h> |
| 9 #include "Histogram.h" | 9 #include "Histogram.h" |
| 10 #include "../vutilities.h" | 10 #include "../vutilities.h" |
| 11 #include "../vmalloc.h" | |
| 11 | 12 |
| 12 | 13 |
| 13 /*This Histogram Abstract Data Type has a number of bins plus a range of | 14 /*This Histogram Abstract Data Type has a number of bins plus a range of |
| 14 * values that the bins span, both chosen at creation. | 15 * values that the bins span, both chosen at creation. |
| 15 * | 16 * |
