The R Project SVN R

Rev

Rev 10960 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10960 Rev 11499
Line 21... Line 21...
21
 
21
 
22
#ifdef HAVE_CONFIG_H
22
#ifdef HAVE_CONFIG_H
23
#include <config.h>
23
#include <config.h>
24
#endif
24
#endif
25
 
25
 
26
#include "R_ext/Mathlib.h" /* for imin2 and imax2 */
26
#include <Rmath.h> /* for imin2 and imax2 */
27
#include "R_ext/PrtUtil.h" /* for Rprintf */
27
#include <R_ext/Print.h> /* for Rprintf */
28
#include "R_ext/Utils.h" /* for R_rsort */
28
#include <R_ext/Utils.h> /* for R_rsort */
29
 
-
 
30
#include "R_ext/Applic.h"
29
#include <R_ext/Applic.h>
31
 
30
 
32
static void stem_print(int close, int dist, int ndigits)
31
static void stem_print(int close, int dist, int ndigits)
33
{
32
{
34
    if((close/10 == 0) && (dist < 0))
33
    if((close/10 == 0) && (dist < 0))
35
	Rprintf("  %*s | ", ndigits, "-0");
34
	Rprintf("  %*s | ", ndigits, "-0");