Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Histogram
comparison Histogram.c @ 25:ff7dedcd2e3f
version for Tamer
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Mon, 17 Sep 2012 11:07:07 +0200 |
| parents | 6cee2e00eacb |
| children | 7664da1180fd |
comparison
equal
deleted
inserted
replaced
| 15:b122b7590653 | 17:1a4c400043e0 |
|---|---|
| 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 <stdlib.h> | |
| 10 #include "Histogram.h" | 11 #include "Histogram.h" |
| 12 #include "../VMS_Implementations/VMS_impl/VMS.h" | |
| 11 | 13 |
| 12 | 14 |
| 13 /*This Histogram Abstract Data Type has a number of bins plus a range of | 15 /*This Histogram Abstract Data Type has a number of bins plus a range of |
| 14 * values that the bins span, both chosen at creation. | 16 * values that the bins span, both chosen at creation. |
| 15 * | 17 * |
