The R Project SVN R

Rev

Rev 10960 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10960 Rev 19500
Line 22... Line 22...
22
 
22
 
23
#ifdef HAVE_CONFIG_H
23
#ifdef HAVE_CONFIG_H
24
#include <config.h>
24
#include <config.h>
25
#endif
25
#endif
26
 
26
 
27
#include "R_ext/Arith.h"
27
#include <R_ext/Arith.h>
28
#include "R_ext/Applic.h"
28
#include <R_ext/Applic.h>
29
 
29
 
30
void R_tabulate(int *x, int *n, int *nbin, int *ans)
30
void R_tabulate(int *x, int *n, int *nbin, int *ans)
31
{
31
{
32
    int i;
32
    int i;
33
    if(*n < 1) return;
33
    if(*n < 1) return;