RAPI
|
#include <stdlib.h>
#include <stdio.h>
#include <limits.h>
#include <math.h>
#include <Rconfig.h>
#include <R_ext/Arith.h>
#include <R_ext/Boolean.h>
#include <R_ext/Complex.h>
#include <R_ext/Constants.h>
#include <R_ext/Error.h>
#include <R_ext/Memory.h>
#include <R_ext/Print.h>
#include <R_ext/Random.h>
#include <R_ext/Utils.h>
#include <R_ext/RS.h>
Go to the source code of this file.
Defines | |
#define | USING_R |
#define | __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 |
#define | SINT_MAX INT_MAX |
#define | SINT_MIN INT_MIN |
Typedefs | |
typedef double | Sfloat |
typedef int | Sint |
Functions | |
void | R_FlushConsole (void) |
void | R_ProcessEvents (void) |
#define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 |
#define SINT_MAX INT_MAX |
#define SINT_MIN INT_MIN |
#define USING_R |
typedef double Sfloat |
typedef int Sint |
void R_FlushConsole | ( | void | ) |
void R_ProcessEvents | ( | void | ) |