comparison Histogram.c @ 32:20f99e6710b3

hide animating VP and entry point
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Wed, 15 May 2013 15:28:42 +0200
parents 2aa025da7c60
children
comparison
equal deleted inserted replaced
20:11753fece71a 23:6ecf8f06168a
8 #include <stdio.h> 8 #include <stdio.h>
9 #include <string.h> 9 #include <string.h>
10 #include <malloc.h> 10 #include <malloc.h>
11 11
12 #include "Histogram.h" 12 #include "Histogram.h"
13 #include "../VMS_Implementations/VMS_impl/VMS.h" 13 #include "VMS_impl/VMS.h"
14 14
15 15
16 /*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
17 * values that the bins span, both chosen at creation. 17 * values that the bins span, both chosen at creation.
18 * 18 *