The R Project SVN R

Rev

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

Rev 2426 Rev 2467
Line 31... Line 31...
31
#ifdef __cplusplus
31
#ifdef __cplusplus
32
extern "C" {
32
extern "C" {
33
#endif
33
#endif
34
 
34
 
35
#include "Error.h"
35
#include "Error.h"
-
 
36
#include "Memory.h"
36
#include "Platform.h"
37
#include "Platform.h"
37
 
38
 
38
#include <stddef.h>
39
#include <stddef.h>
39
#include <stdlib.h>
40
#include <stdlib.h>
40
#include <stdio.h>
41
#include <stdio.h>
Line 44... Line 45...
44
#include <fp.h>
45
#include <fp.h>
45
#else
46
#else
46
#include <math.h>
47
#include <math.h>
47
#endif
48
#endif
48
 
49
 
49
extern char *S_alloc();
-
 
50
extern void call_R();
-
 
51
#define call_S call_R
50
#define call_S call_R
52
 
51
 
53
extern void seed_in(long *);
52
extern void seed_in(long *);
54
extern void seed_out(long *);
53
extern void seed_out(long *);
55
extern double unif_rand(void);
54
extern double unif_rand(void);