Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Histogram
diff Histogram.h @ 27:75df4e468930
rearrange to work with autoconf
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Tue, 25 Sep 2012 16:04:31 +0200 |
| parents | 0d2f5b1db610 |
| children |
line diff
1.1 --- a/Histogram.h Mon Sep 17 11:24:29 2012 +0200 1.2 +++ b/Histogram.h Tue Sep 25 16:04:31 2012 +0200 1.3 @@ -54,13 +54,13 @@ 1.4 makeFixedBinHistExt( int32 numBins, int32 startOfRange, int32 binWidth, 1.5 char *name ); 1.6 1.7 -void inline 1.8 +void 1.9 addToHist( int32 value, Histogram *hist ); 1.10 1.11 -void inline 1.12 +void 1.13 addIntervalToHist( uint32 startIntvl, uint32 endIntvl, Histogram *hist ); 1.14 1.15 -void inline 1.16 +void 1.17 subIntervalFromHist( int32 startIntvl, int32 endIntvl, Histogram *hist ); 1.18 1.19 void
