comparison Histogram.h @ 34:8166ea441cb5

changed headers and PR_int__malloc to PR__malloc
author Sean Halle <seanhalle@yahoo.com>
date Tue, 23 Jul 2013 07:32:47 -0700
parents bd0983657058
children
comparison
equal deleted inserted replaced
19:c04035a3bf37 20:3c5001d1f055
4 * 4 *
5 * Author: seanhalle@yahoo.com 5 * Author: seanhalle@yahoo.com
6 * 6 *
7 */ 7 */
8 8
9 #include "PR__application_includes/PR__application.h"
10 9
11 #ifndef _HISTOGRAM_H 10 #ifndef _HISTOGRAM_H
12 #define _HISTOGRAM_H 11 #define _HISTOGRAM_H
12
13 #include "PR__common_includes/PR__primitive_data_types.h"
14
13 15
14 typedef struct 16 typedef struct
15 { 17 {
16 char *name; 18 char *name;
17 int32 startOfRange; 19 int32 startOfRange;