Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Histogram
comparison Histogram.c @ 26:7664da1180fd
add include for VMS_int__strDup
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Mon, 17 Sep 2012 11:24:29 +0200 |
| parents | ff7dedcd2e3f a9e071e01e07 |
| children | 75df4e468930 |
comparison
equal
deleted
inserted
replaced
| 17:1a4c400043e0 | 18:8bc11786d9d1 |
|---|---|
| 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 <malloc.h> |
| 11 | |
| 11 #include "Histogram.h" | 12 #include "Histogram.h" |
| 12 #include "../VMS_Implementations/VMS_impl/VMS.h" | 13 #include "../VMS_Implementations/VMS_impl/VMS.h" |
| 13 | 14 |
| 14 | 15 |
| 15 /*This Histogram Abstract Data Type has a number of bins plus a range of | 16 /*This Histogram Abstract Data Type has a number of bins plus a range of |
