The R Project SVN R

Rev

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

Rev 33670 Rev 34294
Line 539... Line 539...
539
#endif
539
#endif
540
 
540
 
541
LibExtern Rboolean utf8locale  INI_as(FALSE);  /* is this a UTF-8 locale? */
541
LibExtern Rboolean utf8locale  INI_as(FALSE);  /* is this a UTF-8 locale? */
542
LibExtern Rboolean mbcslocale  INI_as(FALSE);  /* is this a MBCS locale? */
542
LibExtern Rboolean mbcslocale  INI_as(FALSE);  /* is this a MBCS locale? */
543
 
543
 
-
 
544
extern char OutDec	INI_as('.');  /* decimal point used for output */
-
 
545
 
544
/* Initialization of the R environment when it is embedded */
546
/* Initialization of the R environment when it is embedded */
545
extern int Rf_initEmbeddedR(int argc, char **argv);
547
extern int Rf_initEmbeddedR(int argc, char **argv);
546
 
548
 
547
/* GUI type */
549
/* GUI type */
548
 
550