1 #ifndef INTERNAL_H
2 #define INTERNAL_H
3 
4 #include <Rcpp.h>
5 using namespace Rcpp;
6 
7 IntegerVector tabulateC_(const IntegerVector& bins,
8                          const Nullable<int>& nbins = R_NilValue);
9 
10 
11 #endif
12