-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathRembedded-windows-4.3.rs
More file actions
44 lines (42 loc) · 1.57 KB
/
Rembedded-windows-4.3.rs
File metadata and controls
44 lines (42 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/* automatically generated by rust-bindgen 0.71.1 */
/* OS: windows */
/* Platform: */
/* rustc 1.85.1 (4eb161250 2025-03-15) */
/* R version: 4.3.3 */
unsafe extern "C" {
pub fn Rf_initEmbeddedR(
argc: ::std::os::raw::c_int,
argv: *mut *mut ::std::os::raw::c_char,
) -> ::std::os::raw::c_int;
pub fn Rf_endEmbeddedR(fatal: ::std::os::raw::c_int);
pub fn Rf_initialize_R(
ac: ::std::os::raw::c_int,
av: *mut *mut ::std::os::raw::c_char,
) -> ::std::os::raw::c_int;
pub fn setup_Rmainloop();
pub fn R_ReplDLLinit();
pub fn R_ReplDLLdo1() -> ::std::os::raw::c_int;
pub fn R_setStartTime();
pub fn R_RunExitFinalizers();
pub fn CleanEd();
pub fn Rf_KillAllDevices();
pub static mut R_DirtyImage: ::std::os::raw::c_int;
pub fn R_CleanTempDir();
pub static mut R_TempDir: *mut ::std::os::raw::c_char;
pub fn R_SaveGlobalEnv();
pub fn getDLLVersion() -> *mut ::std::os::raw::c_char;
pub fn getRUser() -> *mut ::std::os::raw::c_char;
pub fn get_R_HOME() -> *mut ::std::os::raw::c_char;
pub fn freeRUser(arg1: *mut ::std::os::raw::c_char);
pub fn free_R_HOME(arg1: *mut ::std::os::raw::c_char);
pub fn setup_term_ui();
pub static mut UserBreak: ::std::os::raw::c_int;
pub static mut AllDevicesKilled: Rboolean;
pub fn editorcleanall();
pub fn GA_initapp(
arg1: ::std::os::raw::c_int,
arg2: *mut *mut ::std::os::raw::c_char,
) -> ::std::os::raw::c_int;
pub fn GA_appcleanup();
pub fn readconsolecfg();
}